无人机管理后台前端(已迁走)
张含笑
2025-05-10 d26cd0cc923e94cc00ccc0bf21379f3285edd733
src/views/wel/components/calendarBox.vue
@@ -87,11 +87,14 @@
    // console.log('日历', res.data.data);
  });
};
const jumpcalendar=(event)=>{
console.log('eee',event);
const jumpcalendar=(event,day)=>{
console.log('eee',event,day);
if(event.name ==='工单'){
   router.push({
      path: '/tickets/ticket',
    query:{
      day:day
    }
   })
}