田源
2025-01-08 f9c491241a49b8d43e87669435a2764892afe9d1
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);