This commit is contained in:
parent
d16a200a72
commit
127320e8db
|
|
@ -464,7 +464,10 @@ export default {
|
||||||
this.userList.push({'typeId':item.typeId,'userId':this.userIdTemp})
|
this.userList.push({'typeId':item.typeId,'userId':this.userIdTemp})
|
||||||
})
|
})
|
||||||
selection.forEach(item=>{
|
selection.forEach(item=>{
|
||||||
|
if(item.keeperUserId!=null){
|
||||||
this.userNoList.push({'typeId':item.typeId,'userId':item.keeperUserId})
|
this.userNoList.push({'typeId':item.typeId,'userId':item.keeperUserId})
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
this.single = selection.length != 1;
|
this.single = selection.length != 1;
|
||||||
this.multiple = !selection.length;
|
this.multiple = !selection.length;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue