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

This commit is contained in:
Junling Bu
2018-07-23 22:32:47 +08:00
parent e6339bbd24
commit 5c626152f8
2 changed files with 2 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ export default {
this.specForm.picUrl = response.data.url
},
handleSpecificationShow() {
this.specForm = {}
this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true
},
handleSpecificationAdd() {

View File

@@ -433,7 +433,7 @@ export default {
this.specForm.picUrl = response.data.url
},
handleSpecificationShow() {
this.specForm = {}
this.specForm = { specification: '', value: '', picUrl: '' }
this.specVisiable = true
},
handleSpecificationAdd() {