diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 29a2cad08..f791bc3bc 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1038,6 +1038,7 @@ export default { }*/ this.sarAccessInfo = formData this.sarAccessInfo.page = 1 + this.drawerPage = 1 this.showQueryMore = false this.seniorQueryFlag = true this.selectLawsStands(1) @@ -1106,6 +1107,7 @@ export default { this.seniorQueryFlag = false this.showTableFlag = false this.sarAccessInfo.page = 1 + this.drawerPage = 1 this.selectLawsStands() }, // 点击清空查询条件 按钮事件