Ver Fonte

app短视频审核的bug

三七 há 2 semanas atrás
pai
commit
832ff25253
1 ficheiros alterados com 2 adições e 1 exclusões
  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()
     },