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
commit 566a57aec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"