mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	Vue3 重构:REVIEW 角色管理
This commit is contained in:
		| @@ -10,20 +10,13 @@ export interface RoleVO { | ||||
|   createTime: Date | ||||
| } | ||||
|  | ||||
| export interface RolePageReqVO extends PageParam { | ||||
|   name?: string | ||||
|   code?: string | ||||
|   status?: number | ||||
|   createTime?: Date[] | ||||
| } | ||||
|  | ||||
| export interface UpdateStatusReqVO { | ||||
|   id: number | ||||
|   status: number | ||||
| } | ||||
|  | ||||
| // 查询角色列表 | ||||
| export const getRolePage = async (params: RolePageReqVO) => { | ||||
| export const getRolePage = async (params: PageParam) => { | ||||
|   return await request.get({ url: '/system/role/page', params }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV