pengyh 1 年間 前
コミット
8e43a36f6f

+ 1 - 1
src/views/mallManagement/configCenter/slideshowConfig/index.vue

@@ -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() {