This commit is contained in:
Jay Sheen
2025-11-03 16:12:17 +09:00
12 changed files with 99 additions and 18 deletions

View File

@@ -144,7 +144,7 @@ export const ArsListPage = () => {
orderStatus: orderStatus,
minAmount: minAmount,
maxAmount: maxAmount,
//email: selectedEmail
email: selectedEmail
};
extensionArsDownloadExcel(params).then((rs: ExtensionArsDownloadExcelResponse) => {
console.log('Excel Download Status:', rs);