用户列表修改

This commit is contained in:
zhangzhiqiang
2022-11-30 18:52:58 +08:00
parent 4004f6d4df
commit df996c5eef
12 changed files with 122 additions and 82 deletions

View File

@@ -8,6 +8,13 @@ export function getDepts(params) {
})
}
export function getDeptTreee() {
return request({
url: '/api/dept/allTree',
method: 'get'
})
}
export function getDeptSuperior(ids) {
const data = ids.length || ids.length === 0 ? ids : Array.of(ids)
return request({