mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-21 20:43:20 +08:00
Vue3 重构:流程分配规则
This commit is contained in:
@@ -28,7 +28,7 @@ export const getRolePageApi = async (params: RolePageReqVO) => {
|
||||
}
|
||||
|
||||
// 查询角色(精简)列表
|
||||
export const listSimpleRolesApi = async () => {
|
||||
export const getSimpleRoleList = async (): Promise<RoleVO[]> => {
|
||||
return await request.get({ url: '/system/role/list-all-simple' })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user