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