Commit 42a2b40f authored by youjie's avatar youjie

no message

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