Commit 89d3da78 authored by 邓春圆's avatar 邓春圆

间接客户,异步导出

parent b0924b14
......@@ -159,9 +159,9 @@ export default {
// 执行导出
this.$modal.confirm(this.$t('是否确认导出间接客户数据项?')).then(() => {
this.exportLoading = true;
return indirectCustomerExportExcel(params);
return indirectCustomerExportExcel();
}).then(response => {
this.$download.excel(response, '间接客户列表.xls');
this.$message.success(this.$t('已加入导出队列,请稍后在下载日志中下载'))
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