This commit is contained in:
pushuo 2022-08-12 18:05:27 +08:00
parent ebc81a3363
commit 7b53d76a43
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
this.dialog.index = index
if (type == 'edit') {
this.dialog.form = this.brands.data[index]
this.dialog.form = JSON.parse(JSON.stringify(this.brands.data[index]))
}
},