wuxw hace 6 años
padre
commit
e641945ac2

+ 1 - 1
WebService/src/main/resources/components/orgPackage/org-manage/orgManage.js

@@ -115,7 +115,7 @@
                                     _nodes.push({
                                         orgId:_item.orgId,
                                         orgLevel:_orgLevel,
-                                        text:_item.orgName,
+                                        text:_item.orgLevelName + '|' +_item.orgName,
                                         href:function(_item){},
                                         tags:[0],
                                         nodes:[]