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);