From e8d5b9f4113bbf99fa706db992cc9719d10fe0bd Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期三, 15 一月 2025 16:52:29 +0800 Subject: [PATCH] 流程图显示 --- Source/Client/PLTClient/src/com/vci/client/framework/rightdistribution/roleRight/CSRoleRightPanel.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Client/PLTClient/src/com/vci/client/framework/rightdistribution/roleRight/CSRoleRightPanel.java b/Source/Client/PLTClient/src/com/vci/client/framework/rightdistribution/roleRight/CSRoleRightPanel.java index 485adee..b29bb7d 100644 --- a/Source/Client/PLTClient/src/com/vci/client/framework/rightdistribution/roleRight/CSRoleRightPanel.java +++ b/Source/Client/PLTClient/src/com/vci/client/framework/rightdistribution/roleRight/CSRoleRightPanel.java @@ -244,17 +244,17 @@ FunctionObject[] funcObjs = null; // FunctionClientDelegate funcDel = new FunctionClientDelegate(); try { - String rootModel = "modelManagmentNode"; + String rootModel = "business"; UserObject curUser = LogonApplication.getUserObject(); // 瓒呯骇绠$悊鍛樼粰涓夊憳璐﹀彿鎺堟潈 if (RightControlUtil.isAdminOrDeveloperOrRoot(curUser.getUserName())) { - rootModel = "systemManagmentNode"; + rootModel = "system"; } // 涓夊憳鍙互缁欐櫘閫氱敤鎴锋巿鏉冧笟鍔″姛鑳� else if (RightControlUtil.isThreeAdminCurUser()) { - rootModel = "modelManagmentNode"; + rootModel = "business"; } // 鍏朵粬鐢ㄦ埛涓嶈兘鎺堟潈 else { -- Gitblit v1.9.3