From c7921f02df64639cba34b8215ae6328e1cc67af2 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Tue, 19 Jul 2022 14:43:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=2056586=20?= =?UTF-8?q?=E9=AB=98=E7=BA=A7=E6=9F=A5=E8=AF=A2=E9=87=8C=E8=BE=B9=E7=9A=84?= =?UTF-8?q?=E4=BB=A5=E4=B8=8B=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=B9=8B=E5=90=8E=E7=82=B9=E5=87=BB=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=EF=BC=8C=E4=B8=8D=E8=83=BD=E9=87=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E5=BF=85=E9=A1=BB=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index ffd993cd8..02d131d22 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3834,6 +3834,7 @@ export default { this.sarStandardsSearch.standSort = '' this.sarStandardsSearch.standNumber = '' this.sarStandardsSearch.standName = '' + this.sarStandardsSearch.standEnName = '' this.sarStandardsSearch.standState = '' this.sarStandardsSearch.standNature = '' this.sarStandardsSearch.issueTime = '' @@ -3850,11 +3851,18 @@ export default { // } else if (flag === 'standCommonlySearch') { this.sarStandardsSearch.standName = '' this.sarStandardsSearch.standNumber = '' - this.pageChange(1) - this.getDomesticStandardTable(this.sarStandardsSearch) + this.advanceSearchMapping = {} + this.standCommonlySearch = {} + this.sarStandardsSearch = { + page: 1, + pageSize: this.$store.getters.userInfo.configContent, + standType: 'INLAND', + validFlag: '0', + } for (let key in this.advanceSearchMapping) { this.advanceSearchMapping[key] = '' } + this.pageChange(1) } else if (flag === 2) { // 标准条目搜索 this.standItemSearch.responsibleUnit = '' @@ -4598,6 +4606,7 @@ export default { }, // 分页查询国内标准 getDomesticStandardTable(item, type) { + console.log(item) if (item !== '' && item !== null && item !== undefined) { item.pageSize = this.$store.getters.userInfo.configContent }