mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	feat: vue3 axios add download function
This commit is contained in:
		| @@ -40,7 +40,7 @@ export const deleteMerchantApi = (id: number) => { | ||||
|  | ||||
| // 导出支付商户 | ||||
| export const exportMerchantApi = (params) => { | ||||
|   return request.get({ url: '/pay/merchant/export-excel', params, responseType: 'blob' }) | ||||
|   return request.download({ url: '/pay/merchant/export-excel', params }) | ||||
| } | ||||
| // 支付商户状态修改 | ||||
| export const changeMerchantStatusApi = (id: number, status: number) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu