|
|
@ -62,7 +62,7 @@ function memberModal (props) { |
|
|
|
roleArr.splice(roleArr.indexOf('admin'), 1) |
|
|
|
} |
|
|
|
if (memberEdit) { |
|
|
|
dispatch(install.postOrganizationUser({ role: roleArr, pepUserId: values.pepUserId, msg: '修改成员' })).then((res) => {//获取项企(PEP)全部部门及其下用户 |
|
|
|
dispatch(install.postOrganizationUser({ role: roleArr,pomsUserId: editObj.id, pepUserId: values.pepUserId, msg: '修改成员' })).then((res) => {//获取项企(PEP)全部部门及其下用户 |
|
|
|
if (res.success) { |
|
|
|
close(); |
|
|
|
} |
|
|
|