|
|
@@ -427,7 +427,7 @@ const confirmExport = async () => {
|
|
|
}
|
|
|
|
|
|
// 调用后端导出接口
|
|
|
- // const res = await IotDeviceApi.exportDeviceReport(exportParams)
|
|
|
+ await IotDeviceApi.exportDeviceReport(exportParams)
|
|
|
|
|
|
// download.excel(res, '设备报表.xls')
|
|
|
exportDialogVisible.value = false
|