|
|
@@ -12,7 +12,7 @@ import { |
|
|
|
GeneralConfirmWindow, |
|
|
|
getDeletedRecordWithRefList, |
|
|
|
getIdList, |
|
|
|
notifyDeleteSuccess, |
|
|
|
// notifyDeleteSuccess, |
|
|
|
// notifySaveSuccess |
|
|
|
} from "../../utils/CommonFunction"; |
|
|
|
import {POST_AND_UPDATE_USER_GROUP,GET_GROUP_LIST_PATH } from "../../utils/ApiPathConst"; |
|
|
@@ -58,7 +58,7 @@ const UserMaintainPage = () => { |
|
|
|
) |
|
|
|
.then((response) => { |
|
|
|
if (response.status === 204) { |
|
|
|
notifyDeleteSuccess(); |
|
|
|
// notifyDeleteSuccess(); |
|
|
|
setIsWindowOpen(false); |
|
|
|
navigate('/usergroupSearchview'); |
|
|
|
} |
|
|
|