Commit a412fb91 authored by 李苏's avatar 李苏 💬

jcnrid=> lzbzid

parent 225aaea4
......@@ -117,7 +117,7 @@
if(val.length){
this.notInIds=[]
val.forEach(e=>{
this.notInIds.push(e.jcnrid)
this.notInIds.push(e.lzbzid)
})
}
},
......
......@@ -81,11 +81,11 @@
idList.push(e.id)
})
this.multipleSelection.forEach(item=>{
item.jcnrid=item.id
item.lzbzid=item.id
item.id=''
})
let addData=this.multipleSelection.filter((item)=>{
if(idList.indexOf(item.jcnrid)==-1){
if(idList.indexOf(item.lzbzid)==-1){
return true
}else{
return false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment