자금이체 이체신청 상세 및 이체 등록

This commit is contained in:
focp212@naver.com
2025-09-23 14:08:57 +09:00
parent c38911aa1b
commit 9c84991e93
7 changed files with 283 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ export const PayoutDetailPage = () => {
const { mutateAsync: extensionPayoutDetail } = useExtensionPayoutDetailMutation();
const { mutateAsync: extensionPayoutDetailDownloadCertification } = useExtensionPayoutDetailDownloadCertificateMutation();
const callSettlementDetail = () => {
const callDetail = () => {
let params: ExtensionPayoutDetailParams = {
tid: tid,
mid: mid,
@@ -55,7 +55,7 @@ export const PayoutDetailPage = () => {
};
useEffect(() => {
callSettlementDetail();
callDetail();
}, []);
return (