fix[litemall-admin]: 商品上架页面和编辑页面中规格图片上传不显示
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user