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

修复控货下载异步

parent c5631721
......@@ -291,7 +291,7 @@ export default {
this.exportLoading = true;
return exportCargoControl(this.combinedQueryParams);
}).then(response => {
this.$download.excel(response, this.$t('控货订单') + '.xlsx');
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