This commit is contained in:
focp212@naver.com
2025-10-23 15:30:54 +09:00
parent 673d838541
commit 0de5dfa1b1

View File

@@ -256,11 +256,10 @@ export const SubLayout = () => {
code1Filter code1Filter
}: OnSetCommonCodesProps) => { }: OnSetCommonCodesProps) => {
if(codeCl === '0001'){ if(codeCl === '0001'){
useStore.getState().CommonStore.setBankList(data);
useStore.getState().CommonStore.setCreditCardList(data);
} }
else if(codeCl === '0002'){ else if(codeCl === '0002'){
useStore.getState().CommonStore.setBankList(data); useStore.getState().CommonStore.setCreditCardList(data);
} }
else if(codeCl === '0022'){ else if(codeCl === '0022'){
let options = []; let options = [];