若依 2.1
This commit is contained in:
@ -53,6 +53,7 @@ public class DeptServiceImpl implements IDeptService
|
||||
deptMap.put("id", dept.getDeptId());
|
||||
deptMap.put("pId", dept.getParentId());
|
||||
deptMap.put("name", dept.getDeptName());
|
||||
deptMap.put("title", dept.getDeptName());
|
||||
trees.add(deptMap);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user