瀏覽代碼

no message

pengyh 1 年之前
父節點
當前提交
8e43a36f6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mallManagement/configCenter/slideshowConfig/index.vue

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

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