diff --git a/src/views/crm/contact/ContactForm.vue b/src/views/crm/contact/ContactForm.vue index 72b501983..1fe7ebd7f 100644 --- a/src/views/crm/contact/ContactForm.vue +++ b/src/views/crm/contact/ContactForm.vue @@ -238,7 +238,7 @@ const open = async (type: string, id?: number, customerId?: number, businessId?: // 获得联系人列表 contactList.value = await ContactApi.getSimpleContactList() // 获得客户列表 - customerList.value = await CustomerApi.getCustomerSimpleList() + customerList.value = await CustomerApi.getSelfCustomerSimpleList() // 获得地区列表 areaList.value = await AreaApi.getAreaTree() // 获得用户列表