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