src/components/bigScreenPage/big_screen_page.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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;