From b0015f0a1752eb0497662d125a28a0cbfbad9e41 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 24 Nov 2021 17:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E9=A2=84=E8=AD=A6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=85=A8=E5=AE=8C=E6=AF=95plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardWarning.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index ec777f983..f13fcf44b 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -486,12 +486,10 @@ export default { this.$http.get('sys/EarlyWarning/ChangePermissions', { id: row.id, }, {}, res => { - this.pageConfig.newItemsPage = 1 - this.pageConfig.oldItemsPage = 1 - this.pageConfig.newStandPage = 1 - this.pageConfig.oldStandPage = 1 + this.pageConfig.page = 1 this.pageConfig.newPolicyPage = 1 this.pageConfig.oldPolicyPage = 1 + this.searchBtnClick() this.getEarlyDate() } )