ソースを参照

修改APP短视频审核问题

wjj 1 ヶ月 前
コミット
fcbe009f87
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] || this.ids;
     },
     handleClickX(){
       this.getList()