알림함 카테고리 셋팅
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user