lyc-dev #163

Merged
lyc merged 2 commits from lyc-dev into main 2024-08-30 14:29:54 +08:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 05c567d1cd - Show all commits

View File

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