Преглед изворни кода

修改APP短视频审核问题

wjj пре 1 месец
родитељ
комит
fcbe009f87
1 измењених фајлова са 1 додато и 1 уклоњено
  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
         isAudit:1
       },
       },
       this.auditDialog.open=true;
       this.auditDialog.open=true;
-      this.auditForm.videoIds = row.videoId || this.ids;
+      this.auditForm.videoIds = [row.videoId] || this.ids;
     },
     },
     handleClickX(){
     handleClickX(){
       this.getList()
       this.getList()