Browse Source

[FIx 0000] 修复密闭监测导出问题

houzekong 1 tháng trước cách đây
mục cha
commit
0ed5c8b8e8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/monitor/sealedMonitor/index.vue

+ 3 - 3
src/views/monitor/sealedMonitor/index.vue

@@ -100,9 +100,9 @@
     exportConfig: {
       url: '/ventanaly-province/province/device/exportGoafReal',
       name: '密闭监测数据',
-      params: {
-        goafId,
-      },
+      // params: {
+      //   goafId,
+      // },
     },
   });
   const [registerRealtimeTable, realtimeTable] = ctxRealtime;