|
@@ -207,6 +207,6 @@ export const IotDeviceApi = {
|
|
|
|
|
|
|
|
// 设备报表导出
|
|
// 设备报表导出
|
|
|
exportDeviceReport: async (data) => {
|
|
exportDeviceReport: async (data) => {
|
|
|
- return await request.download({ url: `/rq/report/export-excel`, data })
|
|
|
|
|
|
|
+ return await request.post({ url: `/rq/report/export-excel`, data })
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|