- 거래내역 조회 필터 상세 조회 카테고리 오기입 수정

- 부가서비스 detailOn 수정
This commit is contained in:
HyeonJongKim
2025-11-20 13:26:38 +09:00
parent 90206d14ab
commit 6a83c33497
11 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import { AdditionalServiceCategory, DetailData, ProcessResult } from "../../mode
import { useExtensionLinkPayHistoryListMutation } from '../../api/link-payment/use-extension-link-pay-history-list-mutation';
import { DEFAULT_PAGE_PARAM } from '@/entities/common/model/constant';
import { useExtensionLinkPayHistoryDownloadExcelMutation } from '../../api/link-payment/use-extension-link-pay-history-download-excel-mutation';
import { useStore } from '@/shared/model/store';
import { useDetailOnStore, useStore } from '@/shared/model/store';
import { ExtensionLinkPayHistoryListParams, LinkPaymentHistoryListItem, LinkPaymentPaymentMethod, LinkPaymentPaymentStatus, LinkPaymentSearchCl, LinkPaymentSendMethod, LinkPaymentSendStatus } from '../../model/link-pay/types';
import { DownloadBottomSheet, DownloadSelectedMode } from '@/entities/common/ui/download-bottom-sheet';
import useIntersectionObserver from '@/widgets/intersection-observer';
@@ -67,7 +67,7 @@ export const LinkPaymentHistoryWrap = () => {
const [downloadBottomSheetOn, setDownloadBottomSheetOn] = useState<boolean>(false);
const [detailOn, setDetailOn] = useState<boolean>(false);
const { detailOn, setDetailOn } = useDetailOnStore();
const [detailMid, setDetailMid] = useState<string>('');
const [detailRequestId, setDetailRequestId] = useState<string>('');
const [detailSubReqId, setDetailSubReqId] = useState<string>('');