start change Datetime form

This commit is contained in:
2020-09-27 12:09:27 +02:00
parent 68cbc950f5
commit 1c772fdc6c
2 changed files with 9 additions and 2 deletions

View File

@@ -67,10 +67,16 @@ export default {
}
},
watch: {
dateInput: function () {
date: function () {
if (this.selected) {
this.dateInput = this.date
}
this.updateField()
},
timeInput: function () {
time: function () {
if (this.selected) {
this.timeInput = this.time
}
this.updateField()
}
}