- 거래내역 필터 searchCl 선택 관련 오류 수정

This commit is contained in:
HyeonJongKim
2025-11-13 15:13:39 +09:00
parent bf2a3f7dcc
commit 6ada9a98bf
2 changed files with 6 additions and 1 deletions

View File

@@ -183,6 +183,11 @@ export const AllTransactionFilter = ({
}
setSearchClOptionsGroup(options);
// 옵션이 있을 경우 첫 번째 옵션을 자동으로 선택
if(options.length > 0 && options[0]){
setFilterSearchCl(options[0].value as AllTransactionSearchCl);
}
};
const onChangeServiceCode = (val: string) => {