mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Cleanup a little
This commit is contained in:
parent
7eb6fc6c51
commit
14360fb8af
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user