1
This commit is contained in:
@@ -158,9 +158,10 @@ export function validateRoleName(rule: any, value: any, callback: any, isEdit: b
|
||||
});
|
||||
}
|
||||
|
||||
export const listAllRole = () => {
|
||||
export const listAllRole = (options?: { skipRoleHeader?: boolean }) => {
|
||||
return request({
|
||||
url: '/admin/role/listAllRole',
|
||||
method: 'get',
|
||||
...options,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user