This commit is contained in:
lyc 2024-08-30 14:28:55 +08:00
parent 1a6abfaa50
commit 05c567d1cd
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ const openDialog = (data) => {
// //
form.day = getCurrentTime('YYYY-MM-DD') form.day = getCurrentTime('YYYY-MM-DD')
form.time = [getCurrentTime('HH:mm'), getAfterMinutes(45)] form.time = [getCurrentTime('HH:mm'), getAfterMinutes(45)]
console.log(getCurrentTime('HH:mm'), getAfterMinutes(45))
} }
centerDialogVisible.value = true centerDialogVisible.value = true
} }