Commit 5c626152 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 商品上架页面和编辑页面中规格图片上传不显示

parent e6339bbd
...@@ -422,7 +422,7 @@ export default { ...@@ -422,7 +422,7 @@ export default {
this.specForm.picUrl = response.data.url this.specForm.picUrl = response.data.url
}, },
handleSpecificationShow() { handleSpecificationShow() {
this.specForm = {} this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true this.specVisiable = true
}, },
handleSpecificationAdd() { handleSpecificationAdd() {
......
...@@ -433,7 +433,7 @@ export default { ...@@ -433,7 +433,7 @@ export default {
this.specForm.picUrl = response.data.url this.specForm.picUrl = response.data.url
}, },
handleSpecificationShow() { handleSpecificationShow() {
this.specForm = {} this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true this.specVisiable = true
}, },
handleSpecificationAdd() { handleSpecificationAdd() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment