|
|
@ -62,7 +62,7 @@ onMounted(()=>{ |
|
|
|
|
|
|
|
|
watch(()=>props.taDay,(val:any)=>{ |
|
|
watch(()=>props.taDay,(val:any)=>{ |
|
|
dayInfo.value = Calendar.gainOneDay(val[0],val[1],val[2]) |
|
|
dayInfo.value = Calendar.gainOneDay(val[0],val[1],val[2]) |
|
|
// console.log("监听变化",dayInfo.value) |
|
|
console.log("监听变化",dayInfo.value) |
|
|
searchatDayList(props.searchSend) |
|
|
searchatDayList(props.searchSend) |
|
|
},{ |
|
|
},{ |
|
|
deep: true, |
|
|
deep: true, |
|
|
@ -104,9 +104,9 @@ const searchatDayList = (val:any) => { |
|
|
}) |
|
|
}) |
|
|
.finally(()=>{ loadDay.value = false }) |
|
|
.finally(()=>{ loadDay.value = false }) |
|
|
} |
|
|
} |
|
|
defineExpose({ |
|
|
// defineExpose({ |
|
|
searchatDayList |
|
|
// searchatDayList |
|
|
}) |
|
|
// }) |
|
|
</script> |
|
|
</script> |
|
|
<template> |
|
|
<template> |
|
|
<div class="monthCalendarBox" :style="'height:calc(100vh - '+ drawingBoardHeight +'px)'"> |
|
|
<div class="monthCalendarBox" :style="'height:calc(100vh - '+ drawingBoardHeight +'px)'"> |
|
|
|