From 846b8550d2a2e8a3edbef06a0505822752a8aeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Mon, 23 Nov 2020 15:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/set/authority/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kpi/set/authority/index.vue b/src/views/kpi/set/authority/index.vue index 27d0f81..bd27069 100644 --- a/src/views/kpi/set/authority/index.vue +++ b/src/views/kpi/set/authority/index.vue @@ -535,7 +535,7 @@ export default { apiSetPermissionsRoleChange(dicPara).then(res => { if (res.code === 200) { this.showDialogPersonnel = false - this.$router.push({ name: 'workbench-home' }) + this.handleGetSetPageInfo() } else { this.$message.error(res.msg) }