whyczyk
2021-03-22 fc74998431982dc1385d2930adcf339cbf15ffd6
src/components/charts/latticeBar.vue
@@ -172,6 +172,13 @@
          this.$options.chartData = sendData;
          this.organizeData(sendData)
        } else {
          this.postData()
          setInterval(() => {
            this.postData()
          }, 3000)
        }
      },
      postData() {
          let userId = localStorage.getItem('userId');
          let params = {
            userId: userId
@@ -212,7 +219,6 @@
          }).catch((err) => {
            console.log(err)
          });
        }
      },
      resize() {
        setTimeout(() => {