This commit is contained in:
qsh
2025-04-14 17:07:21 +08:00
parent 74efe8409f
commit f93e1f7187
15 changed files with 206 additions and 46 deletions

View File

@@ -174,7 +174,7 @@ const open = async (type: string, id?: number) => {
}
}
// 加载部门树
deptList.value = handleTree(await DeptApi.getSimpleDeptList())
deptList.value = handleTree(await DeptApi.getSimpleDeptList({ allFlag: true }))
// 加载岗位列表
roleOptions.value = await RoleApi.getSimpleRoleList()
}