From d1c09f376eadfda46c8e45948c0b3d1d412c861a Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Mon, 8 Nov 2021 14:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B8=85=E7=A9=BA=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/page/listOfCountries.vue | 6 +++--- .../accessStandardsAndRegulations/page/listOther.vue | 6 +++--- .../accessStandardsAndRegulations/page/listProject.vue | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue index 94e6144d4..49b0ddd9d 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOfCountries.vue @@ -292,16 +292,16 @@ export default { }, pageChange(page) { this.sarSarAccessEOSearch.page = page; - // this.searchSarAccess(); + this.searchSarAccess(); }, pageSizeChange(pageSize) { this.sarSarAccessEOSearch.pageSize = this.$store.getters.userInfo.configContent; - // this.searchSarAccess(); + this.searchSarAccess(); }, clearSearch() { this.sarSarAccessEOSearch.countryArea = ""; this.sarSarAccessEOSearch.detailedListName = ""; - // this.searchSarAccess(); + this.searchSarAccess(); }, // 新增相关 openModal(row, optType) { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue index 4fe2fbc89..3faec3093 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue @@ -286,16 +286,16 @@ export default { }, pageChange(page) { this.sarSarAccessEOSearch.page = page; - // this.searchSarAccess(); + this.searchSarAccess(); }, pageSizeChange(pageSize) { this.sarSarAccessEOSearch.pageSize = this.$store.getters.userInfo.configContent; - // this.searchSarAccess(); + this.searchSarAccess(); }, clearSearch() { this.sarSarAccessEOSearch.detailedList = '' this.sarSarAccessEOSearch.detailedListName = '' - // this.searchSarAccess(); + this.searchSarAccess(); }, // 新增相关 openModal(row, optType) { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue index dd98fb6a7..032525351 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue @@ -304,17 +304,17 @@ export default { }, pageChange(page) { this.sarSarAccessEOSearch.page = page; - // this.searchSarAccess(); + this.searchSarAccess(); }, pageSizeChange(pageSize) { this.sarSarAccessEOSearch.pageSize = this.$store.getters.userInfo.configContent; - // this.searchSarAccess(); + this.searchSarAccess(); }, //清空 clearSearch() { this.sarSarAccessEOSearch.projectName = '' this.sarSarAccessEOSearch.detailedListName = '' - // this.searchSarAccess() + this.searchSarAccess() }, // 新增相关