浏览代码

[Bugfix 0000]修复主通风机实时监测数据导出时模型重新加载的问题

wangkeyi 2 周之前
父节点
当前提交
96f0224d1f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/vent/monitorManager/mainFanMonitor/index.vue

+ 2 - 1
src/views/vent/monitorManager/mainFanMonitor/index.vue

@@ -1657,7 +1657,8 @@
     });
   }
   // 导出实时数据
-  async function exportData(record) {
+  async function exportData(e: Event, record) {
+    e.stopPropagation();
     try {
       const res = await exportMonitorData({
         devicetype: 'fanmain',