获取用户deptId
This commit is contained in:
parent
9b601f96b0
commit
3eb958006c
|
|
@ -404,4 +404,13 @@ export function combineAgreementApi(data) {
|
|||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取用户dept_id
|
||||
export function getUserDeptIdApi(query) {
|
||||
return request({
|
||||
url: '/material/ma_type/getUserDeptId',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
Loading…
Reference in New Issue