From 0c60341966c08192588e140bbd2db97a9163189d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 11 五月 2023 17:34:44 +0800
Subject: [PATCH] 1.生产进度报表提交

---
 src/views/kb/cjsc.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 41c691d..a19aa26 100644
--- a/src/views/kb/cjsc.vue
+++ b/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))

--
Gitblit v1.9.3