吉安感知网项目-前端
chenyao
20 hours ago 4c390d209b45d516fbe2f7552d26048687c83972
applications/drone-command/src/views/detectionCountermeasure/taskSchedule/taskScheduleApi.js
@@ -5,7 +5,7 @@
   return request({
      url: `/drone-fw/detection/fwTaskSchedule/page`,
      method: 'get',
      params,
      params: { descs: 'update_time', ...params },
   })
}
@@ -35,3 +35,11 @@
      params,
   })
}
export const fwDeviceListByTask = params => {
   return request({
      url: `/drone-fw/device/fwDevice/listByTask`,
      method: 'get',
      params,
   })
}