Commit 42a2b40f authored by youjie's avatar youjie

no message

parent a8038267
...@@ -1461,7 +1461,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1461,7 +1461,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this.saveMsg.forEach(item=>{ this.saveMsg.forEach(item=>{
let dataObj = { let dataObj = {
Content: item.Content, Content: item.Content,
ID: 0, ID: item.ID?item.ID:0,
Type: item.Type, Type: item.Type,
Url: item.Url Url: item.Url
} }
......
...@@ -939,7 +939,7 @@ export default { ...@@ -939,7 +939,7 @@ export default {
// let userInfo = this.getLocalStorage(); // let userInfo = this.getLocalStorage();
// msg.EmployeeIdUser = userInfo.EmployeeId // msg.EmployeeIdUser = userInfo.EmployeeId
var fileName = "签约客户表.xls"; var fileName = "签约客户表.xls";
this.GetLocalFile("", msg, fileName); this.GetLocalFile("customer_post_GetSigningCustomerOutToExcel", msg, fileName);
}, },
lookDetail(item, type) { lookDetail(item, type) {
let path = '' let path = ''
......
...@@ -1401,7 +1401,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1401,7 +1401,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this.saveMsg.forEach(item=>{ this.saveMsg.forEach(item=>{
let dataObj = { let dataObj = {
Content: item.Content, Content: item.Content,
ID: 0, ID: item.ID?item.ID:0,
Type: item.Type, Type: item.Type,
Url: item.Url Url: item.Url
} }
......
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