mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-10 00:55:07 +08:00
feat: vue3 axios add download function
This commit is contained in:
@ -30,5 +30,5 @@ export const deleteRefundApi = (id: number) => {
|
||||
|
||||
// 导出退款订单
|
||||
export const exportRefundApi = (params) => {
|
||||
return request.get({ url: '/pay/refund/export-excel', params, responseType: 'blob' })
|
||||
return request.download({ url: '/pay/refund/export-excel', params })
|
||||
}
|
||||
|
Reference in New Issue
Block a user