Kaynağa Gözat

图片选择 分类也要能回选

shish 6 yıl önce
ebeveyn
işleme
43e1581bb4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      store/src/admin/goodsManage/add.vue

+ 1 - 1
store/src/admin/goodsManage/add.vue

@@ -208,7 +208,7 @@ export default {
         if (this.form.stock == -1) {
         if (this.form.stock == -1) {
           this.$set(this.form, "stock", "");
           this.$set(this.form, "stock", "");
         }
         }
-        this.$set(this.form, "shopImg", res.data.smallImgList)
+        this.$set(this.form, "shopImg", res.data.imgList)
       });
       });
     },
     },
     // 确认
     // 确认