用户列表修改
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user