Merge pull request 'role' (#96) from role into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/96
This commit is contained in:
wenhua
2024-04-01 06:36:33 +00:00
6 changed files with 52 additions and 39 deletions

View File

@@ -14,6 +14,14 @@ export const getRoleOption = () => {
method: "get"
});
};
export const getTemRoleOption = () => {
return request({
url: '/admin/role/option/template',
method: "get"
});
};
//查询角色信息
export const getRoleDetail = (roleId) => {
return request({