|
|
@@ -60,6 +60,9 @@ eventBus.on('waterRefreshName', () => {
|
|
|
if (Object.keys(basicStore.getStDetailInfo).length != 0) {
|
|
|
chartData.weatherTitleName = chartData.weatherTitleArr[0].name;
|
|
|
processingArrays(basicStore.getStDetailInfo);
|
|
|
+ if (circulateFn) {
|
|
|
+ clearInterval(circulateFn);
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
function waterLevel(max, min) {
|
|
|
@@ -368,7 +371,7 @@ function circulateData() {
|
|
|
} else {
|
|
|
circulateNum += 1;
|
|
|
}
|
|
|
- }, 7000);
|
|
|
+ }, 5000);
|
|
|
}
|
|
|
// // 数据获取
|
|
|
let chartData = reactive({
|