src/api/system/user.js
@@ -195,3 +195,29 @@ params: query, }); } // 获取用户列表 export function selectAllUser() { return request({ url: "/system/newUser/selectAllUser", method: "get", }); } // 获取用户列表 export function selectUserListByPerformance(query) { return request({ url: "/system/newUser/selectUserListByPerformance", method: "get", params:query }); } // 更新用户排序 export function updateUserSort(data) { return request({ url: "/system/newUser/updateUserSort", method: "post", data:data }); }