mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-12 04:16:52 +08:00
用户新增编辑:获取角色列表
This commit is contained in:
@@ -42,3 +42,11 @@ export function getRolePage(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
// 角色列表
|
||||
export function getRoleList(data) {
|
||||
return request({
|
||||
url: getUrl('/sysRole/list'),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user