【修改】修改部门负责人,从 String 字符串,调整成和后台用户的用户编号绑定

This commit is contained in:
YunaiV
2022-01-14 01:04:44 +08:00
parent 2809254a07
commit 33ab2e9633
12 changed files with 112 additions and 19 deletions

View File

@ -10,6 +10,14 @@ export function listUser(query) {
})
}
// 获取用户精简信息列表
export function listSimpleUsers() {
return request({
url: '/system/user/list-all-simple',
method: 'get'
})
}
// 查询用户详细
export function getUser(userId) {
return request({