dangsn
2024-12-26 4e9ff2ce6a830bb2340d7c8612c72eea0c5a553e
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);