Commit ddc782b4 authored by 黄奎's avatar 黄奎

页面修改

parent 4e732c9d
...@@ -327,6 +327,7 @@ namespace Edu.Module.User ...@@ -327,6 +327,7 @@ namespace Edu.Module.User
} }
#endregion #endregion
//添加下级部门
var childList = GetDeptTreeList(item.DeptId, sourceList, empList: empList, postList: postList); var childList = GetDeptTreeList(item.DeptId, sourceList, empList: empList, postList: postList);
if (childList != null && childList.Count > 0) if (childList != null && childList.Count > 0)
{ {
......
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