diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 2dc1394e7..a5f08ad06 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2982,6 +2982,7 @@ export default { this.sarConfigStandSearch.replaceStandNum = '' this.selectConfiguraStand() } + this.searchBtnClick() }, // 高级检索 selectMoreBtn() { @@ -3707,6 +3708,9 @@ export default { res.data.list[i].ZCCSSRQ = res.data.list[i].zccssrq res.data.list[i].SSRQ = res.data.list[i].ssrq } + if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.standCommonlySearch.page !== 1) { + this.pageChange(1) + } this.stahndinfoList = res.data.list this.total = res.data.count } else {