wip
This commit is contained in:
parent
ebc81a3363
commit
7b53d76a43
|
|
@ -129,7 +129,7 @@
|
||||||
this.dialog.index = index
|
this.dialog.index = index
|
||||||
|
|
||||||
if (type == 'edit') {
|
if (type == 'edit') {
|
||||||
this.dialog.form = this.brands.data[index]
|
this.dialog.form = JSON.parse(JSON.stringify(this.brands.data[index]))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue