Commit a71f356d authored by guoyou's avatar guoyou

会员订单管理优化

parent 83706d56
......@@ -533,7 +533,9 @@ export default {
return year+"-"+month+"-"+date+' '+ Hours+':'+Minutes+":"+Seconds
},
excel() {
this.listQuery.isExport = true;
orderMemberExcel(this.listQuery).then(res => {
this.listQuery.isExport = false;
const content = res
const blob = new Blob([content])
const fileName = this.timestamp(new Date())+'.xlsx'
......
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