Skip to content

Commit 566a57a

Browse files
Merge pull request kailong321200875#474 from clddup/master
fix: 修复组件-查询界面:收起和展开功能bug kailong321200875#473
2 parents 138ffba + 8e58eae commit 566a57a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Search/src/Search.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const onFormValidate = (prop: FormItemProp, isValid: boolean, message: string) =
261261
:show-expand="getProps.showExpand"
262262
:search-loading="getProps.searchLoading"
263263
:reset-loading="getProps.resetLoading"
264+
:visible="visible"
264265
@expand="setVisible"
265266
@reset="reset"
266267
@search="search"

0 commit comments

Comments
 (0)