Pārlūkot izejas kodu

app短视频审核的bug

三七 2 nedēļas atpakaļ
vecāks
revīzija
832ff25253
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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()
     },