@@ -523,7 +523,7 @@ export default {
selGoods(row) {
this.innerVisible = false
this.search = ''
- this.formData.goodsId = row.goodsId
+ this.formData.goodsId = this.formData.port == 'ESHOP'?row.id:row.goodsId
this.formData.goodsName = row.goodsName
},
showGoodsList() {