feat: 完成用户页面查询

This commit is contained in:
橙子
2024-08-31 12:55:04 +08:00
parent 6e9dd669ba
commit cf5c46b2ce
6 changed files with 24 additions and 24 deletions

View File

@@ -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 });
};
/** 系统管理-用户管理-获取所有角色列表 */