Browse Source

Merge remote-tracking branch 'origin/master'

yfh 7 tháng trước cách đây
mục cha
commit
e691157b84

+ 2 - 1
src/views/course/userVideo/index.vue

@@ -658,8 +658,9 @@ 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()
     },
     },