feat : 对接人用户替换

This commit is contained in:
2024-08-05 01:01:35 +08:00
parent 66bd341692
commit ee869f3c34
2 changed files with 82 additions and 25 deletions

View File

@@ -21,6 +21,12 @@ export const getUserAccount = () => {
method: 'get'
})
}
export const judgeIsSameRole = () => {
return request({
url: '/admin/mosr/user/company/same',
method: 'get'
})
}
// 查询角色信息
export const getRolesOpt = () => {