mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-18 04:55:06 +08:00
feat: vue3 axios add download function
This commit is contained in:
@ -14,9 +14,8 @@ export const getJobLogApi = (id: number) => {
|
||||
|
||||
// 导出定时任务日志
|
||||
export const exportJobLogApi = (params) => {
|
||||
return request.get({
|
||||
return request.download({
|
||||
url: '/infra/job-log/export-excel',
|
||||
params,
|
||||
responseType: 'blob'
|
||||
params
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user