mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-26 06:38:38 +00:00
📖 CRM:线索的跟进逻辑
This commit is contained in:
@@ -6,11 +6,6 @@ export const getTodayCustomerCount = async () => {
|
||||
return await request.get({ url: '/crm/customer/today-customer-count' })
|
||||
}
|
||||
|
||||
// 2. 获得分配给我的线索数量
|
||||
export const getFollowLeadsCount = async () => {
|
||||
return await request.get({ url: '/crm/clue/follow-leads-count' })
|
||||
}
|
||||
|
||||
// 3. 获得分配给我的客户数量
|
||||
export const getFollowCustomerCount = async () => {
|
||||
return await request.get({ url: '/crm/customer/follow-customer-count' })
|
||||
|
||||
Reference in New Issue
Block a user