#18 xiu

已合并
yanghao 1 周之前 将 1 次代码提交从 shuzhihua/yunxing_record合并至 shuzhihua/master
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report-statistics/device_book/index2.vue

+ 1 - 1
src/views/report-statistics/device_book/index2.vue

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