From c0e9df213221d16f6ab6c9106ae01ad571cd45fc Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 15 十一月 2024 09:08:02 +0800
Subject: [PATCH] 1.考勤打卡递交
---
src/views/kanbanManager/cj.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/kanbanManager/cj.vue b/src/views/kanbanManager/cj.vue
index afb3678..1f148ee 100644
--- a/src/views/kanbanManager/cj.vue
+++ b/src/views/kanbanManager/cj.vue
@@ -217,10 +217,11 @@
divData.scrollTop += 1
if (divData.clientHeight + divData.scrollTop === divData.scrollHeight) {
divData.scrollTop = 0
- WorkShopProduceTopData({ wkshopcode: this.wkshopcode.join(',') }).then(res => {
+ // WorkShopProduceTopData({ wkshopcode: this.wkshopcode.join(',') }).then(res => {
+ WorkShopProduceTopData({ wkshopcode: '101,102' }).then(res => {
this.tableDataCenterTop = res.data
- if (this.tableDataCenterTop.length > 11) {
+ if (this.tableDataCenterTop.length > 22) {
clearInterval(timer)
this.getWorkShopProduceTopData()
}
--
Gitblit v1.9.3