- 자금이체_처리결과: 리스트,필터,상세정보 수정
This commit is contained in:
@@ -43,6 +43,7 @@ export const FundAccountTransferListWrap = () => {
|
||||
const [status, setStatus] = useState<FundAccountStatus>(FundAccountStatus.ALL);
|
||||
const [bankCode, setBankCode] = useState<string>('');
|
||||
|
||||
const [email, setEmail] = useState<string>('');
|
||||
const [balance, setBalance] = useState<number>(0);
|
||||
|
||||
const { mutateAsync: extensionFundAccountTransferList } = useExtensionFundAccountTransferListMutation();
|
||||
@@ -78,12 +79,12 @@ export const FundAccountTransferListWrap = () => {
|
||||
const callDownloadExcel = () => {
|
||||
let params: ExtensionFundAccountTransferExcelParams = {
|
||||
mid: mid,
|
||||
email: email,
|
||||
fromDate: fromDate,
|
||||
toDate: toDate,
|
||||
status: status,
|
||||
};
|
||||
extensionFundAccountTransferExcel(params).then((rs: ExtensionFundAccountTransferExcelResponse) => {
|
||||
|
||||
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user