Commit d6c7f8cc authored by 黄媛媛's avatar 黄媛媛

update

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