fix end_datetime

This commit is contained in:
lesion
2023-05-11 22:28:15 +02:00
parent 184896bff8
commit 10d8eb0107
2 changed files with 5 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ export default {
if (!!this.date.multidate) {
formData.append('end_datetime', this.$time.fromDateInput(this.date.due, this.date.dueHour || '23:59'))
} else if (this.date.dueHour) {
formData.append('end_datetime', this.$time.fromDateInput(this.date.from, this.date.dueHour))
formData.append('end_datetime', this.$time.fromDateInput(this.date.due, this.date.dueHour))
}
if (this.edit) {