From 5b7f4c946f3b9e43556d4cc8209a485b66b18f7a Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 4 Nov 2022 18:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/roleManage/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index 62c4cf0bb..ecb83f4f6 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -243,6 +243,7 @@ @@ -622,6 +623,9 @@ export default { }) }, SuperiorRole() { // 点击选择上级角色按钮 + this.addForm.parentId = '' + this.addForm.parent = '' + this.nodeList3 = [] this.SuperiorRoleModel = true }, RolesAdd(type, row) { // 新增/编辑角色按钮