loulijun2021
2023-05-30 a169bda5b19db4714d2aa476504e58105228cc40
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)
      })
    },