거래내역 조회 필터 뱃지
This commit is contained in:
@@ -52,7 +52,7 @@ export const AllTransactionFilter = ({
|
||||
setBankCode,
|
||||
setSearchCl,
|
||||
setSearchValue,
|
||||
serviceCodeOptions
|
||||
serviceCodeOptions,
|
||||
}: AllTransactionFilterProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -144,13 +144,12 @@ export const AllTransactionFilter = ({
|
||||
};
|
||||
|
||||
|
||||
|
||||
let setSearchClOptions = (value: string) => {
|
||||
let options = [];
|
||||
setFilterServiceCode(value);
|
||||
|
||||
if(value === ''){
|
||||
|
||||
setFilterSearchCl(undefined);
|
||||
}
|
||||
else if(value === '01'){
|
||||
options.push({name: t('filter.searchOptions.cardNumber'), value: AllTransactionSearchCl.CARD_NO});
|
||||
|
||||
Reference in New Issue
Block a user