当前位置:网站首页>【js通过url下载文件】
【js通过url下载文件】
2022-07-02 00:30:00 【six-double-seven】
js通过url下载文件
- 下载文件的代码如下
exportTable(){
api.exportOrder(this.query)
.then(res => {
setTimeout(() => {
if (res && res.code === 1) {
const a = document.createElement('a');
a.href = res.exportUrl;
a.download = '文件名称';
document.body.appendChild(a);
a.click();
URL.revokeObjectURL(res.exportUrl);
a.remove();
this.$Message.success("下载完成");
}else {
this.$Message.error(res.msg);
}
}, 1000);
})
.catch(err => {
this.$Message.error('导出失败:' + err);
});
},
边栏推荐
- 2022拼多多详情/拼多多商品详情/拼多多sku详情
- 智能运维实战:银行业务流程及单笔交易追踪
- Data analysis methodology and previous experience summary [notes dry goods]
- ERP项目施行计划的目的是什么?
- 数据分析方法论与前人经验总结【笔记干货】
- Digital transformation has a long way to go, so how to take the key first step
- Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
- 使用多线程Callable查询oracle数据库
- 创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
- Is it safe and reliable to open an account in Caixue school and make new debts?
猜你喜欢

USB-IF协会与各种接口的由来

Digital transformation has a long way to go, so how to take the key first step

Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
Linux centos7 installation Oracle11g super perfect novice tutorial
![[cmake] cmake configuration in QT Creator](/img/e3/1cf76f88eaddb5d32184523dfb049c.png)
[cmake] cmake configuration in QT Creator

Take the enclave Park as a sample to see how Yuhua and Shaoshan play the song of Chang Zhu Tan integrated development

Kyushu cloud and Intel jointly released the smart campus private cloud framework, enabling new infrastructure for education

2023款雷克萨斯ES产品公布,这回进步很有感

How to type spaces in latex

使用多线程Callable查询oracle数据库
随机推荐
Database -- sqlserver details
Record the accidental success and failure of uploading large files
数据分析方法论与前人经验总结【笔记干货】
使用多线程Callable查询oracle数据库
UDS bootloader of s32kxxx bootloader
【opencv】train&test HOG+SVM
BPR (Bayesian personalized sorting)
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
启牛学院开户安全的吗?开户怎么开?
The new version of graphic network PDF will be released soon
Qt5.12.9 migration tutorial based on Quanzhi H3
Graduation season is both a farewell and a new beginning
SQL数据分析之流程控制语句【if,case...when详解】
What does open loop and closed loop mean?
[QT] QT cannot find a solution to the compiler using msvc2017
@Valid参数校验不生效
B tree and b+tree of MySQL
【CTF】bjdctf_2020_babystack2
如何提升数据质量
PHP reads ini or env type configuration