web- 用户选择组件
This commit is contained in:
@@ -62,17 +62,6 @@ export const userApi = {
|
||||
return response.data;
|
||||
},
|
||||
|
||||
/**
|
||||
* 获取用户分页列表
|
||||
* @param pageParam 分页参数
|
||||
* @param filter 过滤条件
|
||||
* @returns Promise<ResultDomain<SysUser>>
|
||||
*/
|
||||
async getUserPage(pageParam: PageParam, filter: SysUser): Promise<ResultDomain<SysUser>> {
|
||||
const response = await api.post<SysUser>('/users/page', { pageParam, filter });
|
||||
return response.data;
|
||||
},
|
||||
|
||||
/**
|
||||
* 创建用户
|
||||
* @param user 用户信息
|
||||
|
||||
Reference in New Issue
Block a user