src/views/kb/cjzl.vue
@@ -267,12 +267,11 @@ const timer = setInterval(() => { startValue = startValue + scale this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale) nowLoop++ if (nowLoop === loop) { clearInterval(timer) this.getCenterTableDataSetInterval() } nowLoop++ }, 1000 * 10) }) },