Commit 0279d820 authored by youjie's avatar youjie

no message

parent 19fb144f
......@@ -939,7 +939,7 @@ export default {
// let userInfo = this.getLocalStorage();
// msg.EmployeeIdUser = userInfo.EmployeeId
var fileName = "签约客户表.xls";
this.GetLocalFile("customer_post_GetSigningCustomerPage", msg, fileName);
this.GetLocalFile("", msg, fileName);
},
lookDetail(item, type) {
let path = ''
......@@ -1151,10 +1151,7 @@ export default {
this.loading = true
this.czList = []
this.apipost('customer_post_GetSettlementCustomerPage',
{...this.msg,
// CustomerStatus: this.msg.CustomerStatus,
}, res => {
this.msg, res => {
if (res.data.resultCode == 0) {
this.loading = false;
this.czList = []
......@@ -1174,6 +1171,9 @@ export default {
if (BOSSBtn) {
this.BOSSBtn = false;
}
if(active==3){
this.msg.CustomerStatus = 0
}
this.msg.pageIndex == 1;
this.getPageList(0, 1);
},
......
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