吉安感知网项目-前端
shuishen
2026-02-02 1d3e8e3a14f09e42ee47d8e8b6cc5feb6c4f7c79
applications/drone-command/src/views/basicManage/deviceStock/fwDevice.js
@@ -18,6 +18,15 @@
   })
}
// 多边形过滤设备列表
export const fwDeviceListByPolygonsApi = data => {
   return request({
      url: `/drone-fw/device/fwDevice/listByPolygons`,
      method: 'post',
      data,
   })
}
// 增加或更新
export const fwDeviceSubmitApi = data => {
   return request({