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 }