fix: 角色管理调整

This commit is contained in:
lilinyuan
2024-04-01 14:27:52 +08:00
parent 8964cbe4bd
commit 1b10b9aa2b
3 changed files with 48 additions and 34 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({