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