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(() => {