Quellcode durchsuchen

修改APP短视频审核问题

wjj vor 1 Monat
Ursprung
Commit
fcbe009f87
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/course/userVideo/index.vue

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

@@ -658,7 +658,7 @@ export default {
         isAudit:1
       },
       this.auditDialog.open=true;
-      this.auditForm.videoIds = row.videoId || this.ids;
+      this.auditForm.videoIds = [row.videoId] || this.ids;
     },
     handleClickX(){
       this.getList()