5.8
pengwei
2025-05-08 b281791abab23d672922b7e9b7d1b51e348ed710
项目代码/伸缩杆/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)