Skip to content

Commit

Permalink
fix: 修复组件-查询界面:收起和展开功能bug #473
Browse files Browse the repository at this point in the history
  • Loading branch information
clddup committed May 25, 2024
1 parent 138ffba commit 8e58eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Search/src/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8e58eae

Please sign in to comment.