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