src/views/kb/cjsc.vue
@@ -326,11 +326,12 @@ const timer = setInterval(() => { startValue = startValue + scale this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale) nowLoop++ if (nowLoop === loop) { clearInterval(timer) this.getCenterTableDataSetInterval() } nowLoop++ this.$nextTick(() => { this.tableDataCenterTop.forEach(i => { loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))