feat : 对接人用户替换
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user