| | |
| | | responseType: 'blob', |
| | | }) |
| | | } |
| | | |
| | | //设备类型统计 |
| | | export const statisticalDeviceTypeApi = params => { |
| | | return request({ |
| | | url: `/drone-fw/device/fwDevice/statisticalDeviceType`, |
| | | method: 'get', |
| | | params, |
| | | }) |
| | | } |
| | | //设备出库去向统计 |
| | | export const statisticalDeviceOutApi = params => { |
| | | return request({ |
| | | url: `/drone-fw/device/fwDevice/statisticalDeviceOut`, |
| | | method: 'get', |
| | | params, |
| | | }) |
| | | } |
| | | //设备生产厂商统计 |
| | | export const statisticalDeviceManufacturerApi = params => { |
| | | return request({ |
| | | url: `/drone-fw/device/fwDevice/statisticalDeviceManufacturer`, |
| | | method: 'get', |
| | | params, |
| | | }) |
| | | } |