【修改】监控流程

This commit is contained in:
zhoulingpo
2023-04-28 22:40:02 +08:00
parent 275949c576
commit 14217e6d16
@@ -193,7 +193,7 @@ export default {
reportList=reportList.map(item=>{ reportList=reportList.map(item=>{
return item.reportId return item.reportId
}) })
newValue=this.value.filter(item => reportList.indexOf(item.reportId)>-1 newValue=this.value.filter(item => reportList.indexOf(item.reportId)==-1
) )
this.$emit('updateTable', newValue) this.$emit('updateTable', newValue)
} }