Commit f159be6e by guojuxing

回显权限集接口

parent 8a0760ed
......@@ -192,7 +192,7 @@ public class RoleController {
} else {
data.put("isSelect", false);
}
List<Map<String, Object>> children = changeListToTree(menuDTO.getMenuId(), list);
List<Map<String, Object>> children = changeListToSelectTree(menuDTO.getMenuId(), list, menuIdMap);
if (children == null || children.size() < 1) {
data.put("children", null);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment