diff --git a/pages/customer/edit/index.vue b/pages/customer/edit/index.vue index f4764cc..9b00eab 100644 --- a/pages/customer/edit/index.vue +++ b/pages/customer/edit/index.vue @@ -40,12 +40,14 @@ :show-customer-status-picker="showCustomerStatusPicker" :show-work-wechat-picker="showWorkWechatPicker" :show-next-follow-time-picker="showNextFollowTimePicker" + :show-follow-user-picker="showFollowUserPicker" :customer-type-options="customerTypeOptions" :source-options="sourceOptions" :intent-options="intentOptions" :intent-level-options="intentLevelOptions" :customer-status-options="customerStatusOptions" :work-wechat-options="workWechatOptions" + :follow-user-options="followUserOptions" :address-list="addressList" :region-loading="regionLoading" :form-data="formData" @@ -61,7 +63,7 @@