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

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

parent e6339bbd
......@@ -422,7 +422,7 @@ export default {
this.specForm.picUrl = response.data.url
},
handleSpecificationShow() {
this.specForm = {}
this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true
},
handleSpecificationAdd() {
......
......@@ -433,7 +433,7 @@ export default {
this.specForm.picUrl = response.data.url
},
handleSpecificationShow() {
this.specForm = {}
this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true
},
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