From b30a42537dbbb35883b2cfe31c6d6c53ed5eaccd Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 21 五月 2026 09:40:57 +0800
Subject: [PATCH] 附件放开

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

diff --git a/src/views/index.vue b/src/views/index.vue
index 5558d81..3176042 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1229,7 +1229,7 @@
 
 const refreshTodayProductionPlan = async () => {
   try {
-    const res = await todayProductionPlan({ limit: 5 });
+    const res = await todayProductionPlan({ limit: 4 });
     const data = res?.data || {};
     todayPlanTotal.value = Number(data.total || 0);
     todayPlanList.value = (data.records || []).map(mapTodayPlanRecord);

--
Gitblit v1.9.3