vue下载excel文件乱码问题

把返回类型(responseType: 'blob')写在接口定义的地方

studentchargeitemExport(params) {
  return axios({
    url: `/charge-system/cs/cost/studentchargeitem/export`,
    responseType: 'blob',
    data: params,
    headers: `arraybuffer`,
    method: 'post'
  });
},

 

posted @ 2023-02-13 10:16  黄橙  阅读(66)  评论(0)    收藏  举报