艺术家
2025-06-11 fa837d5f98b6d66185d5fb171948d90bd5acd793
ÏîÄ¿´úÂë/ÉìËõ¸Ë/client/src/api/newapi/Maintenance.js
@@ -10,5 +10,6 @@
export const ChangeTasState = (data) => http.post("/api/Maintenance/ChangeTasState", data);
//获取开始检修人员
export const YShowStartTake = () => http.post(`/api/Maintenance/YShowStartTake`);
// å¼ºåˆ¶ä¸‹çº¿
export const ForceOffline = (data) => http.post(`/api/Maintenance/RunOperation?id=${data.id}&account=${data.account}`);