Ver código fonte

更新乱码问题

9060 6 meses atrás
pai
commit
19cc9e684c

+ 1 - 1
websrc/com/kingdee/eas/hr/project/builder/ProjectMTreeBuilder.java

@@ -74,7 +74,7 @@ public class ProjectMTreeBuilder extends CommonTreeBuilder {
     public Object getRootNode(Context ctx, Map<String, String> params) throws EASBizException, BOSException {
         Map<String, Object> root = new HashMap();
         root.put("id", "rootId");
-        root.put("name", "项目管理");
+        root.put("name", "\u9879\u76ee\u7ba1\u7406");
         root.put("longNumber", "");
         root.put("number", "rootId");
         root.put("isLeaf", false);