- 거래내역 필터 searchCl 선택 관련 오류 수정
This commit is contained in:
@@ -183,6 +183,11 @@ export const AllTransactionFilter = ({
|
|||||||
}
|
}
|
||||||
setSearchClOptionsGroup(options);
|
setSearchClOptionsGroup(options);
|
||||||
|
|
||||||
|
// 옵션이 있을 경우 첫 번째 옵션을 자동으로 선택
|
||||||
|
if(options.length > 0 && options[0]){
|
||||||
|
setFilterSearchCl(options[0].value as AllTransactionSearchCl);
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const onChangeServiceCode = (val: string) => {
|
const onChangeServiceCode = (val: string) => {
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ export const BillingChargePage = () => {
|
|||||||
value='00'
|
value='00'
|
||||||
>일시불</option>
|
>일시불</option>
|
||||||
);
|
);
|
||||||
for (let i = 2; i <= 24; i++) {
|
for (let i = 2; i <= 33; i++) {
|
||||||
let val = (i < 10) ? '0' + i : '' + i;
|
let val = (i < 10) ? '0' + i : '' + i;
|
||||||
rs.push(
|
rs.push(
|
||||||
<option
|
<option
|
||||||
|
|||||||
Reference in New Issue
Block a user