Cleanup a little

This commit is contained in:
Wolfgang Huß 2022-07-26 16:26:10 +02:00
parent 7eb6fc6c51
commit 14360fb8af

View File

@ -94,7 +94,6 @@ export default {
maxlength: 255,
maximalDate: new Date(),
form: this.value, // includes 'id'
// Wolle: id: this.value.id,
}
},
methods: {
@ -108,7 +107,6 @@ export default {
},
reset() {
this.$refs.form.reset()
// Wolle: this.id = null
this.form.id = null
this.form.date = ''
this.form.memo = ''