|
@ -486,7 +486,7 @@ async function addMembersBulk(ctx) { |
|
|
attributes: ['pepUserId'] |
|
|
attributes: ['pepUserId'] |
|
|
}); |
|
|
}); |
|
|
data.map(d => { |
|
|
data.map(d => { |
|
|
let exist = memberList.find(d => d.pepUserId == d.pepUserId);//项企的人员编号字段还没有
|
|
|
let exist = memberList.find(m => m.pepUserId == d.pepUserId);//项企的人员编号字段还没有
|
|
|
if (exist) { |
|
|
if (exist) { |
|
|
editMembers.push(d); |
|
|
editMembers.push(d); |
|
|
} else { |
|
|
} else { |
|
|