src/components/charts/latticeBar.vue
@@ -287,6 +287,14 @@ this.websock.closeMyself() this.websock = null window.removeEventListener('resize', this.resize); }, stop() { this.websock.status = "close" this.websock.stop() }, open() { this.websock.status = "start" this.websock.start() } }, mounted() {