From 15d6a044bc68dcf9626796c41bd02b6d1fe3b9cf Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 20 Mar 2021 11:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.0.2=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=BB=91=E5=AE=9A=E6=95=B0=E6=8D=AE=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E7=9A=84=E6=8E=A5=E5=8F=A3=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/assets/modular/system/role/role_edit_data_scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/modular/system/role/role_edit_data_scope.js b/src/main/webapp/assets/modular/system/role/role_edit_data_scope.js index 62f4acc5..af9f2ac4 100644 --- a/src/main/webapp/assets/modular/system/role/role_edit_data_scope.js +++ b/src/main/webapp/assets/modular/system/role/role_edit_data_scope.js @@ -42,7 +42,7 @@ layui.use(['form', 'admin', 'HttpRequest', 'ztree'], function () { form.render(); // 初始化选择组织机构的界面 - var ztree = new $ZTree("deptTree", Feng.ctxPath + "/hrOrganization/zTree?roleId=" + result.data.roleId); + var ztree = new $ZTree("deptTree", Feng.ctxPath + "/hrOrganization/roleBindOrgScope?roleId=" + result.data.roleId); ztree.setSettings(setting); ztree.init();