用户编辑界面
This commit is contained in:
@@ -117,3 +117,10 @@ export function deptTreeSelect(roleId) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
// 获取角色选择框列表
|
||||
export function roleOptionselect() {
|
||||
return request({
|
||||
url: '/role/getList',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user