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