feat: 导入License
This commit is contained in:
@@ -62,7 +62,7 @@ async function onDelete(row: CustomerApi.Customer) {
|
||||
async function onExport() {
|
||||
const data = await exportCustomer(await gridApi.formApi.getValues());
|
||||
downloadFileFromBlobPart({
|
||||
fileName: `${$t('customer.customer')}.xls`,
|
||||
fileName: `${$t('customer.customer')}.xlsx`,
|
||||
source: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user