三七 2 недель назад
Родитель
Сommit
832ff25253
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/course/userVideo/index.vue

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

@@ -658,8 +658,9 @@ 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()
     },