자금이체 이체신청 상세 및 이체 등록
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user