From e00dda642a91c206d10468e1a842934efa2bb16a Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 18 Aug 2022 11:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E9=BB=91=E6=9A=97?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=AF=BC=E8=87=B4=E7=9A=84=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E5=90=8E=E6=98=BE=E7=A4=BA=E8=A7=92=E8=89=B2=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/sys/user/empUserFormAuthDataScope.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserFormAuthDataScope.html b/modules/core/src/main/resources/views/modules/sys/user/empUserFormAuthDataScope.html index 6abeb706..3272ab49 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserFormAuthDataScope.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserFormAuthDataScope.html @@ -110,8 +110,8 @@ var setting = { onCheck: function (event, treeId, treeNode){ } } }, -moduleCodes = '${toJson(moduleCodes)}'; -dataScopes = ${toJson(dataScopes)}, +moduleCodes = '${toJson(@ModuleUtils.getEnableModuleCodes())}', +dataScopes = ${@Global.getConfig('user.dataScopes','[]')}, dataScopeTrees = {}; // 用sysCode分类存储所有菜单树 for (var i=0; i