From 45bcf79c7da0a93a468a32f2f20088e321751aae Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 25 Mar 2022 13:46:04 +0800 Subject: [PATCH] feat: There is no way the, BUG #51988 --- .../components/EnterpriseStandardDatabase.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index c3887f844..8a08b8c81 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -1062,7 +1062,7 @@ @@ -4213,6 +4213,7 @@ export default { this.tableFlag = item // item.advanceSearchVOStr = JSON.stringify(advancedSearch) || '' this.getBussionStandTable(item, '', type) + this.isAdvancedSearch = false }, // 清空搜索框 clearAllSearch(flag) { @@ -4385,6 +4386,7 @@ export default { } this.SarExportSearchEo = formData formData.isKU = '1' + this.isAdvancedSearch = false this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', formData, { _this: this, loading: 'loading' }, res => { @@ -4405,7 +4407,6 @@ export default { if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) { this.pageChange(1) } - this.isAdvancedSearch = false }, e => { }) // this.$refs.selection.selectAll(false)