Commit b5f66b3f authored by dragondean@qq.com's avatar dragondean@qq.com

全部业绩明细下载改异步

parent 9a09ed33
...@@ -485,10 +485,10 @@ ...@@ -485,10 +485,10 @@
// 执行导出 // 执行导出
this.exportLoading = true; this.exportLoading = true;
exportDetailExcel(params).then(response => { exportDetailExcel(params).then(response => {
this.$download.excel(response, `${this.$t('业绩明细')}.xls`); // this.$download.excel(response, `${this.$t('业绩明细')}.xls`);
this.$message.success(this.$t('已加入导出队列,请稍后在下载日志中下载'))
}).finally(() => {
this.exportLoading = false; this.exportLoading = false;
}).catch(() => {
}); });
}, },
/** 导出按钮操作 */ /** 导出按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment