소스 검색

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen 3 년 전
부모
커밋
553632cba4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/operation/recommend/index.vue

+ 1 - 0
src/views/operation/recommend/index.vue

@@ -412,6 +412,7 @@ export default {
       let e = this.list[this.index]
       e.contentId = row.audioId
       e.contentName = row.audioName
+      e.platformId = row.platformId
       this.dialogVisible = false
       this.$message.success('选择成功!')
     },