浏览代码

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

Junling Bu 7 年之前
父节点
当前提交
5c626152f8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      litemall-admin/src/views/goods/create.vue
  2. 1 1
      litemall-admin/src/views/goods/edit.vue

+ 1 - 1
litemall-admin/src/views/goods/create.vue

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

+ 1 - 1
litemall-admin/src/views/goods/edit.vue

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