diff --git a/src/components/DesignForm/app/calendar/calendar1/dayPage.vue b/src/components/DesignForm/app/calendar/calendar1/dayPage.vue index 3ee79cc..fa9c599 100644 --- a/src/components/DesignForm/app/calendar/calendar1/dayPage.vue +++ b/src/components/DesignForm/app/calendar/calendar1/dayPage.vue @@ -62,7 +62,7 @@ onMounted(()=>{ watch(()=>props.taDay,(val:any)=>{ dayInfo.value = Calendar.gainOneDay(val[0],val[1],val[2]) - // console.log("监听变化",dayInfo.value) + console.log("监听变化",dayInfo.value) searchatDayList(props.searchSend) },{ deep: true, @@ -104,9 +104,9 @@ const searchatDayList = (val:any) => { }) .finally(()=>{ loadDay.value = false }) } -defineExpose({ - searchatDayList -}) +// defineExpose({ +// searchatDayList +// })