Explorar o código

Merge remote-tracking branch 'origin/master'

yfh hai 2 semanas
pai
achega
e691157b84
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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()
     },