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