huminmin
4 天以前 6e44e8e00d2fb1c59c1014c75b4c03238abba8ac
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);