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

Merge pull request !377 from dhb52/crm-msg
This commit is contained in:
芋道源码
2024-01-30 04:10:25 +00:00
committed by Gitee
4 changed files with 155 additions and 10 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 })
}