|
|
@@ -146,7 +146,7 @@ const UserMaintainPage = () => { |
|
|
|
const deletedUserGroup = getDeletedRecordWithRefList(refUserData.groupIds, userGroupData); |
|
|
|
// console.log(userGroupData) |
|
|
|
// console.log(userAuthData) |
|
|
|
if (parseInt(params.id) >= -1) { |
|
|
|
if (parseInt(params.id) > -1) { |
|
|
|
axios.post(`${GLD_USER_PATH}/${params.id}`, |
|
|
|
{ |
|
|
|
"enName": editedCustomerData.enName, |
|
|
|