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

应收下载改异步

parent 6b511633
......@@ -352,7 +352,8 @@ export default {
let params = {...this.queryParams}
this.addBeginAndEndTime(params, this.dateFilter, "JsDate", false);
exportSettlementExcel(params).then(res => {
this.$download.excel(res, 'shipment-summary.xls');
//this.$download.excel(res, 'shipment-summary.xls');
this.$message.success(this.$t('已加入导出队列,请稍后在下载日志中下载'))
}).finally(() => {
this.exporting = false
})
......
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