feat: 各模块支持导出

This commit is contained in:
caiyuchao
2025-09-15 18:34:33 +08:00
parent 9deb38593e
commit 9a876040fa
12 changed files with 393 additions and 73 deletions

View File

@@ -78,7 +78,7 @@ export function deleteCustomer(id: number) {
/** 导出客户 */
export function exportCustomer(params: any) {
return requestClient.download('/license/customer/export-excel', params);
return requestClient.download('/license/customer/export-excel', { params });
}
/** 下载导入模板 */