알림함 카테고리 셋팅

This commit is contained in:
focp212@naver.com
2025-10-27 11:30:02 +09:00
parent 9eba765957
commit 9be67b403e
12 changed files with 242 additions and 130 deletions

View File

@@ -246,7 +246,7 @@ export const SubLayout = () => {
codeCl: '0022',
code1Filter: filter0022
});
callCodesSelect({ codeCl: '0325' });
callCodesSelect({ codeCl: '0074' });
}).catch((error: any) => {
@@ -309,6 +309,9 @@ export const SubLayout = () => {
});
useStore.getState().CommonStore.setServiceCodes(options);
}
else if(codeCl === '0325'){
useStore.getState().CommonStore.setAppNotificationCategories(data);
}
else if(codeCl === '0074'){
useStore.getState().CommonStore.setVirtualBankList(data);
}