Commit 444c0b09 authored by 黄媛媛's avatar 黄媛媛

导出

parent 0f2f6515
...@@ -140,9 +140,12 @@ ...@@ -140,9 +140,12 @@
}, },
methods: { methods: {
method5: function() { method5: function() {
let userInfo=this.getLocalStorage();
let msg = JSON.parse(JSON.stringify(this.msg)); let msg = JSON.parse(JSON.stringify(this.msg));
msg.EmployeeIdUser=userInfo.EmployeeId;
delete msg.pageIndex; delete msg.pageIndex;
delete msg.pageSize; delete msg.pageSize;
this.GetLocalFile( this.GetLocalFile(
"sellcommission_post_GetOPCommissionSingleDetailsListToExcel", "sellcommission_post_GetOPCommissionSingleDetailsListToExcel",
msg, msg,
......
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