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