Pre Merge pull request !16 from 素还真/N/A
This commit is contained in:
commit
fd4581e54a
@ -78,3 +78,12 @@ export function fetchGetRoleUserList(params: Api.System.UserSearchParams) {
|
|||||||
params
|
params
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 修改 角色分配的用户 */
|
||||||
|
export function fetchUpdateRoleUser(roleId?: CommonType.IdType, userIds?: string) {
|
||||||
|
return request<boolean>({
|
||||||
|
url: '/system/role/authUser/selectAll',
|
||||||
|
method: 'put',
|
||||||
|
params: { roleId, userIds }
|
||||||
|
});
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user