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