forked from drone/command-center-dashboard

张含笑
2025-04-08 cbec4308b61d0147cd60abfcbbb90db24c4a8e7f
src/api/home/machineNest.js
@@ -47,15 +47,7 @@
   })
}
// 设备-任务列表
export const getDeviceJobList = (data,params) => {
   return request({
      url: `/drone-device-core/wayline/waylineJobInfo/jobList`,
      method: 'post',
      data,
      params
   })
}
// 设备-事件列表
export const getDeviceEventList = (data,params) => {
@@ -66,3 +58,5 @@
      params
   })
}