From 493abe361ad80e54b463148fc2ee34d692bbc68c Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 25 Mar 2022 10:56:33 +0800 Subject: [PATCH 1/3] feat: There is no way the, BUG #51951 --- .../components/EnterpriseStandardDatabase.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 4ddf71169..c3887f844 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -355,6 +355,13 @@ label="代替企标编号" min-width="300" > + Date: Fri, 25 Mar 2022 13:39:51 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20?= =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=A2=AB=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86?= =?UTF-8?q?=20=E7=82=B9=E5=87=BB=E8=B7=B3=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../details/otherBussStandardDetails/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 2197484bb..4a88f9d6e 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -505,15 +505,15 @@ > {{ !child.value || child.value === 'null' ? '-' : child.value }} - - {{ child.value }} - - - + Date: Fri, 25 Mar 2022 13:46:04 +0800 Subject: [PATCH 3/3] 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)