flat: 修改些条件
This commit is contained in:
@@ -112,3 +112,12 @@ export const getDeptMyTree = (params) => {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export const getDeptAllTree = (params) => {
|
||||
return request({
|
||||
url: '/api/jobslink-api/system/dept/all-tree',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user