Skip to content

Commit 86146cb

Browse files
committed
fix program editor
1 parent 4c0c50c commit 86146cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/TAgendaEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export default {
264264
initDays() {
265265
const startDate = new Date(this.parent.startDate)
266266
const endDate = new Date(this.parent.endDate)
267+
startDate.setHours(0, 0, 0, 0)
267268
endDate.setHours(23, 59, 59, 999)
268269
const days = this.value?.days || []
269270

0 commit comments

Comments
 (0)