권한 변경및 warning 수정

This commit is contained in:
focp212@naver.com
2025-11-17 11:04:07 +09:00
parent abae4ff8f7
commit 819ad67292
2 changed files with 3 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ export const InfoWrap = () => {
for(let i=0;i<list1.length;i++){
rs.push(
<InfoItem
key={ `comission-info-wrap-${i}` }
type={ type }
payName={ list1[i]?.payName }
payImage={ IMAGE_ROOT + '/' + list1[i]?.payImage }
@@ -132,6 +133,7 @@ export const InfoWrap = () => {
for(let i=0;i<list2.length;i++){
rs.push(
<InfoItem
key={ `nointerest-info-wrap-${i}` }
type={ type }
payName={ list2[i]?.payName }
payImage={ IMAGE_ROOT + '/' + list2[i]?.payImage }

View File

@@ -236,7 +236,7 @@ export const CashReceiptListPage = () => {
setTransactionType(val);
};
const onClickToNavigate = () => {
if(checkGrant(menuId, 'X')){
if(checkGrant(menuId, 'W')){
navigate(PATHS.transaction.cashReceipt.handWrittenIssuance);
}
else{