whyczyk
2022-02-24 4f7c5be81febfa5f61013f021182e2725ff63511
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() {