feat: 各模块支持导出
This commit is contained in:
@@ -36,3 +36,10 @@ export function getExpiryLicensePage(params: PageParam) {
|
||||
{ params },
|
||||
);
|
||||
}
|
||||
|
||||
/** 导出 */
|
||||
export function exportExpire(params: any) {
|
||||
return requestClient.download('/license/report/expire/export-excel', {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user