소스 검색

APP短视频审核异常问题处理

yjwang 1 일 전
부모
커밋
8b51a45520
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/course/userVideo/index.vue

+ 1 - 1
src/views/course/userVideo/index.vue

@@ -658,7 +658,7 @@ export default {
         isAudit:1
       },
       this.auditDialog.open=true;
-      this.auditForm.videoIds = row.videoId || this.ids;
+      this.auditForm.videoIds = row.videoId ? [row.videoId] : this.ids;
     },
     handleClickX(){
       this.getList()