Commit 29ddc9f1 authored by zhengyi's avatar zhengyi

选择报价单后同步回显所属客户的客户经理信息

parent 0fc0a6b8
......@@ -275,14 +275,6 @@ export default {
this.form.contactName = item.name
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