Commit 0fc0a6b8 authored by zhengyi's avatar zhengyi

跟进客户id查询客户联系人列表返回客户经理id

parent 7603783a
...@@ -274,6 +274,15 @@ export default { ...@@ -274,6 +274,15 @@ export default {
this.form.customerNumber = item.customerNumber this.form.customerNumber = item.customerNumber
this.form.contactName = item.name this.form.contactName = item.name
this.form.contactPhone = "+" + item.areaCode + item.phoneNew this.form.contactPhone = "+" + item.areaCode + item.phoneNew
this.form.followUserId = item.customerService
if (item.customerService){
// let systemUser = this.allSimplList.find((user) =>{
// if (user.id == item.customerService){
// return user;
// }
// })
}
} }
}) })
}) })
......
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