Explorar el Código

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

yjwang hace 1 día
padre
commit
8b51a45520
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ? [row.videoId] : this.ids;
     },
     },
     handleClickX(){
     handleClickX(){
       this.getList()
       this.getList()