Merge pull request #474 from clddup/master

fix: 修复组件-查询界面:收起和展开功能bug #473
This commit is contained in:
Archer
2024-05-27 08:50:54 +08:00
committed by GitHub

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"