Explorar o código

修复功率预测页面初次渲染问题

baiyanting hai 1 ano
pai
achega
1bb81922b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/stateMonitor/powerPredictMatrix/index.vue

+ 1 - 1
src/views/stateMonitor/powerPredictMatrix/index.vue

@@ -149,7 +149,7 @@ export default {
   created() {
     this.beginDate = dayjs().startOf("day").format(this.format);
     this.endDate = dayjs().add(3, "day").format(this.format);
-    this.init();
+    // this.init();
   },
   mounted() {
     this.timer = setInterval(() => {