forked from drone/command-center-dashboard

chenyao
2025-04-09 cc1aacf766bc902001f460fdfce20a9ec2ea097d
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
   })
}