수정
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user