feat: CRM-backlog-待进入公海的客户

(cherry picked from commit 4a2349ecf5)
This commit is contained in:
dhb52
2024-01-27 23:42:13 +08:00
committed by shizhong
parent e04bb9e03e
commit b6fbecd32b
3 changed files with 154 additions and 9 deletions

View File

@ -100,3 +100,8 @@ export const receiveCustomer = async (ids: any[]) => {
export const putCustomerPool = async (id: number) => {
return await request.put({ url: `/crm/customer/put-pool?id=${id}` })
}
// 进入公海客户提醒
export const getPutInPoolRemindCustomerPage = async (params) => {
return await request.get({ url: `/crm/customer/put-in-pool-remind-page`, params })
}