diff --git a/src/views/system/goodsimport/components/goodsdetail.vue b/src/views/system/goodsimport/components/goodsdetail.vue index c3364caa8826f57e2a6aac81c467b4f2035d1a09..2d7daf9bc032262e2264b921c4074415ccf33933 100644 --- a/src/views/system/goodsimport/components/goodsdetail.vue +++ b/src/views/system/goodsimport/components/goodsdetail.vue @@ -574,7 +574,7 @@ this.optionsmg = response.data.specs_group this.specsitem = response.data.specs this.tmthird_id = response.data.goods_id - this.picture = response.data.imgs + this.picture = response.data.imgs[0] if(this.picture.length > 0) { var str=new RegExp("http"); this.picture.forEach((item,index) => {