From 9c7465c9e2cb36b9de943cfb6065b80d214ab023 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 21 五月 2026 09:39:18 +0800
Subject: [PATCH] Merge branch 'dev_NEW_pro' of http://114.132.189.42:9002/r/product-inventory-management into dev_NEW_pro

---
 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