사용자관리 권한 관리 수정 X -> W
This commit is contained in:
@@ -53,7 +53,7 @@ export const UserAccountAuthWrap = ({
|
||||
}, [currentStatus, currentIdCL, status, idCL]);
|
||||
|
||||
const handleSave = () => {
|
||||
if (!checkGrant(45, 'X')) {
|
||||
if (!checkGrant(45, 'W')) {
|
||||
showAlert(t('common.nopermission'));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -294,7 +294,7 @@ export const UserLoginAuthInfoWrap = ({
|
||||
};
|
||||
|
||||
const handleSave = async () => {
|
||||
if(!checkGrant(45, 'X')){
|
||||
if(!checkGrant(45, 'W')){
|
||||
showAlert(t('common.nopermission'));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user