Skip to content

Commit

Permalink
fix: 🐛 查询界面:收起和展开功能bug
Browse files Browse the repository at this point in the history
打开组件-查询页,点击底部位置-左、中、右,点击收起,收起后,文案不会自动变成展开
  • Loading branch information
ShanYi-Hui committed Jun 25, 2024
1 parent 4cde358 commit 180ae87
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 180ae87

Please sign in to comment.