zhangwencui
4 天以前 9c7465c9e2cb36b9de943cfb6065b80d214ab023
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);