摘要: var a = document.createElement('a'); a.download = that.billName+'.xls'; a.href = URL.createObjectURL(res.data)///解决由于数据量太大导致chrome导出出现网络错误(由于url长度限制 $ 阅读全文
posted @ 2019-08-02 17:10 诺克萨斯小刀 阅读(1704) 评论(0) 推荐(0) 编辑