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