src/views/fysp/task/components/CompMonitorPlan.vue @@ -135,7 +135,7 @@ if (isDayEnable(e)) { const day = dayjs(e).format('YYYY-MM-DD'); const t = computeDayTask(day); emit('dateChange', t); emit('dateChange', t, day); } }