CRM:完成客户的分配接入

(cherry picked from commit a401fff74c)
This commit is contained in:
YunaiV
2024-02-20 20:19:11 +08:00
committed by shizhong
parent 8f6a90f1bf
commit 02241056b8
13 changed files with 229 additions and 100 deletions

View File

@ -194,7 +194,7 @@ const getAllApi = async () => {
const customerList = ref<CustomerApi.CustomerVO[]>([])
/** 获取客户 */
const getCustomerList = async () => {
customerList.value = await CustomerApi.getSimpleCustomerList()
customerList.value = await CustomerApi.getCustomerSimpleList()
}
const contactList = ref<ContactApi.ContactVO[]>([])
/** 动态获取客户联系人 */