권한 변경

This commit is contained in:
focp212@naver.com
2025-11-13 13:40:28 +09:00
parent 6db6e5a9e2
commit ba7ed55d32

View File

@@ -119,7 +119,7 @@ export const CashReceiptDetail = ({
}; };
const onClickToPurposeUpdate = () => { const onClickToPurposeUpdate = () => {
if(checkGrant(menuId, 'X')){ if(checkGrant(menuId, 'W')){
setBottomSheetOn(true); setBottomSheetOn(true);
} }
else{ else{