Commit 56ce6a19 authored by zhengyi's avatar zhengyi

我的客户列表跟进未带入客户编号bug修复

parent 8ce0d01e
...@@ -707,10 +707,11 @@ ...@@ -707,10 +707,11 @@
@pagination="getList" @pagination="getList"
/> />
<customer-follow-list <customer-follow-list
ref="customerFollowList"
:customer-id="customerId" :customer-id="customerId"
:id="customerId" :id="customerId"
:customer-service="customerService" :customer-service="customerService"
:customer-number="customerNumber"
ref="CustomerFollowList"
v-if="customerFollowVisible" v-if="customerFollowVisible"
></customer-follow-list> ></customer-follow-list>
<customer-complaints <customer-complaints
......
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