소스 검색

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