📖 CRM:线索的跟进逻辑

This commit is contained in:
YunaiV
2024-02-19 22:47:35 +08:00
parent 0ae6139e92
commit 04a42bc6d4
6 changed files with 153 additions and 70 deletions

View File

@@ -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' })