Browse Source

修改APP短视频审核问题

wjj 1 tháng trước cách đây
mục cha
commit
fcbe009f87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()