3 天以前 b9be343f3715dbbb737b2a5a5247440e70871e73
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);