From 599fd583cca2413355414685bb5baeb0913740d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=91=E5=9D=A4?= Date: Sun, 11 May 2025 19:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E7=9A=84?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF=E4=B8=BA=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E7=9A=84=E5=AE=A2=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/contact/ContactForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() // 获得用户列表