工作流表单+模型代码提交
This commit is contained in:
@@ -51,4 +51,14 @@ export function getRoleListByIds(data:any) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询所有角色
|
||||
*/
|
||||
export const getRoleSimpleList = () => {
|
||||
return createAxios({
|
||||
url: '/user-boot/role/simpleList',
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -171,5 +171,16 @@ export function getUserListByIds(data:any) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询所有用户
|
||||
*/
|
||||
export const getUserSimpleList = () => {
|
||||
return request({
|
||||
url: '/user-boot/user/simpleList',
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user