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

This commit is contained in:
dhb52
2024-01-27 23:42:13 +08:00
parent acc3a6bcfd
commit 4a2349ecf5
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 })
}