From 68a62bdd3f95d1fc8032f0498a4ea078ccdc4149 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 29 Mar 2024 15:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ah-jjzhgd-web/src/views/system/user/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ah-jjzhgd-web/src/views/system/user/index.vue b/ah-jjzhgd-web/src/views/system/user/index.vue index e69315c..3683b47 100644 --- a/ah-jjzhgd-web/src/views/system/user/index.vue +++ b/ah-jjzhgd-web/src/views/system/user/index.vue @@ -116,14 +116,14 @@ - - - + - --> + {{ item.name }} @@ -325,7 +325,7 @@ export default { }, created() { this.getList() - this.getOrgList() + // this.getOrgList() this.getRoleList() this.getBuildList() },