Browse Source

Merge branch 'baiyanting1' of http://124.70.43.205:3000/xieshengjie/jn_sis_zhfx into new-power

baiyanting 1 năm trước cách đây
mục cha
commit
5576501e14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() => {