forked from drone/command-center-dashboard

罗广辉
2025-04-09 47676852e4211bd98e71abb0dc91e1d25be93baf
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
   })
}