mirror of https://gitee.com/y_project/RuoYi.git
若依 2.1
parent
57773e6eff
commit
f8528c19a1
|
@ -53,6 +53,7 @@ public class DeptServiceImpl implements IDeptService
|
||||||
deptMap.put("id", dept.getDeptId());
|
deptMap.put("id", dept.getDeptId());
|
||||||
deptMap.put("pId", dept.getParentId());
|
deptMap.put("pId", dept.getParentId());
|
||||||
deptMap.put("name", dept.getDeptName());
|
deptMap.put("name", dept.getDeptName());
|
||||||
|
deptMap.put("title", dept.getDeptName());
|
||||||
trees.add(deptMap);
|
trees.add(deptMap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue