This commit is contained in:
xuli
2025-11-20 17:54:50 +08:00
parent 003d2d0797
commit 4115adbdb0
3 changed files with 35 additions and 5 deletions

View File

@@ -77,7 +77,11 @@ const handleClose = ()=>{
emit('close');
}
const handleConfirm = ()=>{
emit('confirm',{startDate:beginDate.value,endDate:endDate.value});
emit('confirm',{
startDate:beginDate.value,
endDate:endDate.value,
lastType:lastType.value
});
}
// 选择最近