feat: 完成用户页面查询
This commit is contained in:
@@ -17,7 +17,7 @@ type ResultTable = {
|
||||
|
||||
/** 获取系统管理-用户管理列表 */
|
||||
export const getUserList = (data?: object) => {
|
||||
return http.request<ResultTable>("get", "/user", { data });
|
||||
return http.request<ResultTable>("get", "/user", { params: data });
|
||||
};
|
||||
|
||||
/** 系统管理-用户管理-获取所有角色列表 */
|
||||
|
||||
Reference in New Issue
Block a user