From 6f2f6344e25c37fb4b9235dcbd6d9cca2d9aadb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 7 Jan 2022 14:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=A7=92=E8=89=B2=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/roleManage/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index 35dd4fc35..914b5f030 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -438,6 +438,7 @@ export default { this.addForm.remarks = row.remarks this.addForm.parentId = row.parentId this.addForm.parent = row.parent + this.addForm.useFlag = row.useFlag === 0 ? '禁用' : '启用' this.addForm.id = row.id this.nodeList3 = [] this.nodeList3.push(this.addForm.parentId)