From fc3b5d17a5389c9ec2b0b259b0e29525f0e6eb9b Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 17 Sep 2025 14:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=A1=A8=E6=A0=BC=E5=93=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/app/calendar/calendar1/dayPage.vue | 8 ++++---- .../DesignForm/app/calendar/calendar1/monthPage.vue | 8 ++++---- .../DesignForm/app/calendar/calendar1/weekPage.vue | 6 +++--- src/components/DesignForm/app/index.vue | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) 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 +// })