فهرست منبع

修改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
       },
       this.auditDialog.open=true;
-      this.auditForm.videoIds = row.videoId || this.ids;
+      this.auditForm.videoIds = [row.videoId] || this.ids;
     },
     handleClickX(){
       this.getList()