|
@@ -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)
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
// 确认
|
|
// 确认
|