src/views/wel/components/calendarBox.vue
@@ -69,13 +69,14 @@ return date.getDate(); }; // 获取对应日期的事件 const getEvents = dateString => { return events.value[dateString] || []; }; const monthRange = getCurrentMonthRange(); params.value = monthRange; console.log('params.value', params.value); const getJobEventBar = () => { getCalen(params.value).then(res => {