用户新增编辑:获取角色列表

This commit is contained in:
wu.jifen
2025-04-23 19:41:49 +08:00
parent 841439a54b
commit 3240c58480
2 changed files with 40 additions and 8 deletions

View File

@@ -42,3 +42,11 @@ export function getRolePage(data) {
data
})
}
// 角色列表
export function getRoleList(data) {
return request({
url: getUrl('/sysRole/list'),
method: 'post',
data
})
}