Commit 5ec16224 authored by zhengke's avatar zhengke
parents bf1ece5a 9288db78
......@@ -434,6 +434,8 @@
if (msg.TCID == '') {
msg.TCID = 0
}
let userInfo = this.getLocalStorage();
msg.UId=userInfo.EmployeeId;
var fileName = "投诉报表.xls";
this.GetLocalFile("get_complain_GetExport", msg, fileName);
},
......
......@@ -1247,9 +1247,12 @@ export default {
},
//导出
downMuban() {
let msg=this.msg;
let userInfo = this.getLocalStorage();
msg.UId=userInfo.EmployeeId;
this.GetLocalFile(
"BankAccount_post_OutToExcelPlatform",
this.msg,
msg,
"平台账户.xls"
);
},
......
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