|
@@ -96,10 +96,11 @@
|
|
|
for (let i in selection){
|
|
|
const res = {};
|
|
|
res.id = selection[i].userId;
|
|
|
+ res.userId=''
|
|
|
res.dept = '';
|
|
|
res.depteventId = '';
|
|
|
res.name = selection[i].nickName;
|
|
|
- res.post = selection[i].postName;;
|
|
|
+ res.post = selection[i].postName;
|
|
|
res.telphone = selection[i].phonenumber;
|
|
|
this.resUser.push(res);
|
|
|
}
|