Browse Source

[Feat 0000] 优先读取公司端报表数据

houzekong 2 months ago
parent
commit
3ac52760d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/home/clique/index.vue

+ 1 - 1
src/views/vent/home/clique/index.vue

@@ -104,7 +104,7 @@
   let orgcode = ref('');
 
   /** 数据是否使用实时数据,使用实时数据/报表数据对应某些数据的不同字段 */
-  const isDataRealTime = ref(true);
+  const isDataRealTime = ref(false);
 
   // https获取监测数据
   let timer: null | NodeJS.Timeout = null;