applications/drone-command/src/views/basicManage/deviceStock/fwDeviceScrapApi.js
@@ -14,7 +14,7 @@ return request({ url: `/drone-fw/device/fwDeviceScrap/page`, method: 'get', params, params: { descs: 'update_time', ...params }, }) } @@ -26,3 +26,14 @@ params, }) } // 设置区域绑定校验 export const fivDevicelcheckAreaBindApi = params => { return request({ url: `/drone-fw/device/fwDevice/checkAreaBind`, method: 'get', params, }) }