fix: i hate clonage thing
This commit is contained in:
parent
b7688c3daf
commit
ee02257362
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export default {
|
|||
},
|
||||
openAddModal () {
|
||||
this.mode = 'add'
|
||||
this.item = this.defaultItem
|
||||
this.item = Object.assign({}, this.defaultItem)
|
||||
this.itemModal = true
|
||||
},
|
||||
save () {
|
||||
|
|
Loading…
Reference in a new issue