导出文件:window.open()

导出文件:window.open()

globalBus.$emit('loading');
const Download = `http://${window.location.host}${DI.activity.orderExcel}?actId=${this.actId}&&sendFlag=${this.sendFlag}&&userName=${this.userName}`;
window.open(Download);
setTimeout(function() {
globalBus.$emit('loadingHide');
}, 500)
原文地址:https://www.cnblogs.com/landofpromise/p/9408182.html