部门修改不允许最后层级节点选择
This commit is contained in:
@@ -149,7 +149,7 @@ public class SysDeptController extends BaseController
|
||||
@ResponseBody
|
||||
public List<Map<String, Object>> treeData()
|
||||
{
|
||||
List<Map<String, Object>> tree = deptService.selectDeptTree();
|
||||
List<Map<String, Object>> tree = deptService.selectDeptTree(new SysDept());
|
||||
return tree;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user