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 }) }