后端返回二进制excel,如何下载
摘要:
axios({ url: config.Urls.serverUrl + "/load/airdoc/result/export/getAppraisalData", method: "POST", responseType: "blob", data: param, }).then((res) = 阅读全文
posted @ 2022-02-21 14:17 技术就餐 阅读(87) 评论(0) 推荐(0) 编辑