Commit cfe65506 authored by dcy's avatar dcy

后台-客户详情-新增跟进记录报错 bug修复

parent a499df40
...@@ -165,6 +165,7 @@ export default { ...@@ -165,6 +165,7 @@ export default {
this.customerFollow.form.bizId = this.id this.customerFollow.form.bizId = this.id
}) })
listServiceUser().then(r => { listServiceUser().then(r => {
console.log( r.data,'r.data跟进业务')
this.serviceUserList = r.data this.serviceUserList = r.data
}) })
this.getCustomerFollowList() this.getCustomerFollowList()
...@@ -223,7 +224,8 @@ export default { ...@@ -223,7 +224,8 @@ export default {
"followTime": undefined, "followTime": undefined,
"followType": undefined, "followType": undefined,
"followUserId": undefined, "followUserId": undefined,
"result": undefined "result": undefined,
"customerId":this.customerId
} }
this.$refs.dictType.changeValue(this.customerFollow.form.followType); this.$refs.dictType.changeValue(this.customerFollow.form.followType);
this.$refs.dictMethod.changeValue(this.customerFollow.form.followMethod); this.$refs.dictMethod.changeValue(this.customerFollow.form.followMethod);
......
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