@@ -95,8 +95,8 @@
this.resUser = [];
for (let i in selection){
const res = {};
- res.id = '';
- res.userId=selection[i].userId
+ res.id = selection[i].userId;
+ res.userId=''
res.dept = '';
res.depteventId = '';
res.name = selection[i].nickName;