mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-29 02:15:07 +08:00
feat: vue3 axios add download function
This commit is contained in:
@ -35,5 +35,5 @@ export const deleteChannelApi = (id: number) => {
|
||||
|
||||
// 导出支付渠道
|
||||
export const exportChannelApi = (params) => {
|
||||
return request.get({ url: '/pay/channel/export-excel', params, responseType: 'blob' })
|
||||
return request.download({ url: '/pay/channel/export-excel', params })
|
||||
}
|
||||
|
Reference in New Issue
Block a user