田源
2025-01-10 02edc6f5f8f127259ee2d40c0fb35e013aab3421
Source/Client/PLTClient/src/com/vci/client/logon/client/VciApplet.java
@@ -118,7 +118,7 @@
      }
      
      /**获取当前用户看到的第一级节点模块**/
      FunctionObject[] funcObjs =  RightControlUtil.getFunctionsByRight("modelManagmentNode", userName);
      FunctionObject[] funcObjs =  RightControlUtil.getFunctionsByRight("business", userName);
      for(int i = 0;i<funcObjs.length;i++){
         VCIModuleMainPanel mailPanel = new VCIModuleMainPanel(funcObjs[i]);
         moduleListMap.put(index, mailPanel);