From 4ee759bd3226bb2f686c99b3d93e26b4128f07a4 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 10 五月 2023 09:49:32 +0800
Subject: [PATCH] 1.物流检验报表提交
---
src/views/kanbanManager/zhkb.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index 0abb904..ff39bfe 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -471,12 +471,13 @@
const timer = setInterval(() => {
startValue = startValue + scale
this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)
+ nowLoop++ // 鏀惧湪杩欓噷鍙互浜嗭紝灏辩瓑寰呴浂鐐瑰嚑绉�
if (nowLoop === loop) {
clearInterval(timer)
this.getLeftBottomData()
}
- nowLoop++
+ // nowLoop++ //涔嬪墠鏀惧湪杩欓噷閫昏緫涓嶅锛岀浉宸簡涓�娆$殑寰幆锛岀浉褰撲簬澶氱瓑寰呬簡10绉�
}, 1000 * 10)
})
},
--
Gitblit v1.9.3