Commit 6191b292 authored by Mac's avatar Mac

1

parent 4217bdb0
...@@ -295,14 +295,15 @@ ...@@ -295,14 +295,15 @@
}); });
}, },
Export() { Export() {
let msg = { // let msg = {
SupplierId: this.msg.SupplierId, // SupplierId: this.msg.SupplierId,
StartDate: this.msg.StartDate, // StartDate: this.msg.StartDate,
EndDate: this.msg.EndDate, // EndDate: this.msg.EndDate,
IsFxCommission: this.msg.IsFxCommission, // IsFxCommission: this.msg.IsFxCommission,
CompanyId: this.msg.CompanyId, // CompanyId: this.msg.CompanyId,
//
} // }
let msg = this.msg
msg = JSON.parse(JSON.stringify(msg)); msg = JSON.parse(JSON.stringify(msg));
this.GetMallLocalFile( this.GetMallLocalFile(
"/api/LiveHouse/GetFXOrderProfitLossExcel", "/api/LiveHouse/GetFXOrderProfitLossExcel",
......
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