forked from drone/command-center-dashboard

罗广辉
2025-04-07 dd1af3b519ef3ea616c0424a331927fc21e9587e
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
   })
}