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() }, // 新增相关