Commit fcb9b3f1 authored by youjie's avatar youjie

no message

parent 53e9fb32
......@@ -1876,11 +1876,15 @@
}, err => {})
},
getSigningCustomerId(){
if(!this.msg.SigningCustomerId){
this.ContractCustomer = null
}
this.CustomerIdList.forEach(item=>{
if(item.customerId==this.msg.SigningCustomerId){
this.ContractCustomer = item
}
})
},
getCustomerIdList() {this.apipost(
"app_today_visit_GetMySigningCustomerList",
......@@ -1888,7 +1892,6 @@
res => {
if (res.data.resultCode == 1) {
this.CustomerIdList = res.data.data;
console.log(this.CustomerIdList,'------')
} else {
this.loading = false;
this.$message.error(res.data.message);
......
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