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)