Jelajahi Sumber

APP短视频审核异常问题处理

yjwang 1 hari lalu
induk
melakukan
8b51a45520
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 ? [row.videoId] : this.ids;
     },
     handleClickX(){
       this.getList()