diff --git a/src/widgets/sub-layout/index.tsx b/src/widgets/sub-layout/index.tsx index 83242d9..c3f342d 100644 --- a/src/widgets/sub-layout/index.tsx +++ b/src/widgets/sub-layout/index.tsx @@ -256,11 +256,10 @@ export const SubLayout = () => { code1Filter }: OnSetCommonCodesProps) => { if(codeCl === '0001'){ - - useStore.getState().CommonStore.setCreditCardList(data); + useStore.getState().CommonStore.setBankList(data); } else if(codeCl === '0002'){ - useStore.getState().CommonStore.setBankList(data); + useStore.getState().CommonStore.setCreditCardList(data); } else if(codeCl === '0022'){ let options = [];