mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 13:02:07 +08:00
v2.0.0GA
v2.0.0GA
This commit is contained in:
@@ -48,7 +48,7 @@ public class OrganizationsController {
|
||||
}
|
||||
|
||||
treeNode.setAttr("data", org);
|
||||
treeNode.setPId(org.getpId());
|
||||
treeNode.setPId(org.getParentId());
|
||||
if (org.getId().equals("1")) {
|
||||
treeNode.setAttr("open", Boolean.valueOf(true));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user