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