Commit cfe65506 authored by dcy's avatar dcy

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

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