随笔分类 -  vue

vue
摘要:RequestHttp.POST( "/charge/cost/sign/downLoadZip", para, "", `arraybuffer` //一定要写 ) .then(res => { console.info(res); var blob = new Blob([res.data], 阅读全文
posted @ 2022-07-20 11:32 阅读(555) 评论(0) 推荐(0)
摘要:把返回类型(responseType: 'blob')写在接口定义的地方 studentchargeitemExport(params) { return axios({ url: `/charge-system/cs/cost/studentchargeitem/export`, response 阅读全文
posted @ 2022-07-18 14:39 阅读(178) 评论(0) 推荐(0)