Преглед изворни кода

Merge branch 'yunxing_record' of shuzhihua/pms-iot-vue into master

yanghao пре 2 недеља
родитељ
комит
b341e3327f
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