- 엑셀 다운 누락 필드 추가

- 스낵바 누락 수정
This commit is contained in:
HyeonJongKim
2025-11-03 15:07:39 +09:00
parent cf43035b69
commit 9c5f01f997
10 changed files with 39 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ export const KeyInPaymentPage = () => {
paymentStatus: transactionType,
minAmount: minAmount,
maxAmount: maxAmount,
//email: selectedEmail
email: selectedEmail
}).then((rs) => {
console.log('Excel Download Status:', rs.status);
});