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

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