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