From 00e8f702056799ec49243aee5cb65672fe6e5a09 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Thu, 14 Apr 2022 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052536=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E6=8B=86=E5=88=86-=E6=8B=86=E5=88=86-=E5=88=A0?= =?UTF-8?q?=E9=99=A4=EF=BC=8C=E6=95=B0=E6=8D=AE=E6=9D=A1/=E9=A1=B5?= =?UTF-8?q?=E4=B8=BA20=E6=9D=A1=E7=9A=84=E6=97=B6=E5=80=99=EF=BC=8C?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E6=9C=AC=E9=A1=B5=E6=95=B0=E6=8D=AE=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E8=BF=9B=E8=A1=8C=E5=88=A0=E9=99=A4=20=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E5=8F=AA=E8=83=BD=E5=88=A0=E9=99=A420=E6=9D=A1=20?= =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E5=88=A0=E9=99=A4=E7=9A=84=E6=9D=A1=E6=95=B0?= =?UTF-8?q?=E6=98=AF=E4=B9=B1=E7=9A=84=EF=BC=8C=E5=88=A0=E9=99=A4=E4=B9=8B?= =?UTF-8?q?=E5=89=8D247=E6=9D=A1=E6=95=B0=E6=8D=AE=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=20180=E6=9D=A1=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 2 ++ 1 file changed, 2 insertions(+) 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() }, // 点击清空查询条件 按钮事件