From 66c86d73889f624c1dd61367c3f88d14e15f35b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 19 Apr 2023 15:13:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 095bb95..4ce2497 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -629,7 +629,7 @@ export default { this.kinshow = false; var obj = {}; this.roleOptions.forEach(el => { - if (el.roleKey == "garden") { + if (el.roleKey == "enchou") { obj = el; } }); @@ -798,7 +798,7 @@ export default { this.form.password = ""; var obj = {}; this.roleOptions.forEach(el => { - if (el.roleKey == "garden") { + if (el.roleKey == "enchou") { obj = el; } });