@@ -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()