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 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/kanbanManager/cj.vue b/src/views/kanbanManager/cj.vue
index 3776128..1f148ee 100644
--- a/src/views/kanbanManager/cj.vue
+++ b/src/views/kanbanManager/cj.vue
@@ -217,7 +217,8 @@
           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 > 22) {

--
Gitblit v1.9.3