项目代码/伸缩杆/client/src/api/user.js
@@ -52,5 +52,5 @@ export const StopMaintenanceTask = (data) => http.post(`/api/Maintenance/StopMaintenanceTask?account=${data.account}`); //鏄惁鍚敤 export const IsEnabled = (data) => http.post(`/api/User/UpdateData`, data); //鑾峰彇閮ㄩ棬 export const GetDepartment = (data) => http.post('/api/Department/GetPageData', data)