From 1b93c20fefd57394ad8ad004df23a3be7e78c65b Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Sun, 24 Apr 2022 16:05:04 +0800 Subject: [PATCH] dd --- src/views/modules/base/resi.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 88ea5f0d..5ffed18a 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -319,7 +319,7 @@ export default { }, data () { return { - activeNames: ['1'], + activeNames: [], openSearch: false, exportBtn: false, exportBtnTitle: '导出', @@ -453,7 +453,9 @@ export default { this.getTableData() }, handleOpenSearch() { + if (!this.openSearch) this.activeNames = [this.searchList[0].itemGroupId] this.openSearch = !this.openSearch + }, computedWidth (label, type) {