#18 xiu

Fusionado
yanghao fusionados 1 commits de shuzhihua/yunxing_record en shuzhihua/master hace 1 semana
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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