Commit 0279d820 authored by youjie's avatar youjie

no message

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