获取用户deptId

This commit is contained in:
hongchao 2026-01-07 14:48:34 +08:00
parent 9b601f96b0
commit 3eb958006c
1 changed files with 9 additions and 0 deletions

View File

@ -405,3 +405,12 @@ export function combineAgreementApi(data) {
data
})
}
// 获取用户dept_id
export function getUserDeptIdApi(query) {
return request({
url: '/material/ma_type/getUserDeptId',
method: 'get',
params: query
})
}