whychdw
2025-03-11 c0e8cfed12c47ff6629696b9117abd8772536589
山西大屏缺相不显示修改
1个文件已修改
8 ■■■■ 已修改文件
src/components/bigScreenPage/big_screen_page.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/bigScreenPage/big_screen_page.vue
@@ -376,7 +376,7 @@
            过压: 0,
            欠压: 0,
            过流: 0,
            缺项: 0,
            缺相: 0,
          });
        }
@@ -442,7 +442,7 @@
      this.acInfo.overVol = data["过压"];
      this.acInfo.lowVol = data["欠压"];
      this.acInfo.overCurr = data["过流"];
      this.acInfo.lackVol = data["缺项"];
      this.acInfo.lackVol = data["缺相"];
    },
    setDevStates(data) {
      let values = [];
@@ -613,10 +613,6 @@
  },
  mounted() {
    this.changeTime();
    setTimeout(() => {
      console.log(this.$refs.map.getChart().getOption(), '0000')
    }, 2000);
  },
  destroyed() {
    this.isChange = false;