Skip to content

Commit

Permalink
Merge pull request #474 from clddup/master
Browse files Browse the repository at this point in the history
fix: 修复组件-查询界面:收起和展开功能bug #473
  • Loading branch information
kailong321200875 authored May 27, 2024
2 parents 138ffba + 8e58eae commit 566a57a
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 566a57a

Please sign in to comment.