fix: 修复组件-查询界面:收起和展开功能bug #473

This commit is contained in:
cl-ddup 2024-05-25 13:09:57 +08:00
parent 138ffba289
commit 8e58eaeed6
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ const onFormValidate = (prop: FormItemProp, isValid: boolean, message: string) =
:show-expand="getProps.showExpand"
:search-loading="getProps.searchLoading"
:reset-loading="getProps.resetLoading"
:visible="visible"
@expand="setVisible"
@reset="reset"
@search="search"