无人机管理后台前端(已迁走)
张含笑
2025-06-12 579821bffd232e5e7614311347c5dc8e8aef31df
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 => {