Kaynağa Gözat

app短视频审核的bug

三七 2 hafta önce
ebeveyn
işleme
832ff25253
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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()
     },