【修改】监控流程
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
||||
reportList=reportList.map(item=>{
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user