vue中使用axios處理post方法導出excel表格(後端返回文件流)

使用: vue、axiosvue 接口要求: post方法、入參爲json格式、出參文件流ios 1.請求函數web exportExcel: function(form) { return axios({ // 用axios發送post請求 method: 'post', url: '/serviceTime/exportData'
相關文章
相關標籤/搜索