微调
This commit is contained in:
@@ -109,7 +109,7 @@ const timeUnits = ref<TimeUnit[]>(
|
||||
// 发出日期变化事件
|
||||
const emitDateChange = () => {
|
||||
emit('update-dates', formatDate(startDate.value), formatDate(endDate.value))
|
||||
console.log('emitDateChange', startDate.value, endDate.value)
|
||||
//console.log('emitDateChange', startDate.value, endDate.value)
|
||||
}
|
||||
|
||||
// 在组件挂载时更新日期范围
|
||||
|
||||
Reference in New Issue
Block a user