!384 feat: 待回款提醒,即将到期的合同,待审核回款

Merge pull request !384 from dhb52/crm-msg
This commit is contained in:
芋道源码
2024-02-17 08:43:34 +00:00
committed by Gitee
8 changed files with 657 additions and 33 deletions

View File

@ -3,7 +3,6 @@ import request from '@/config/axios'
import { type CustomerVO } from '../customer'
import { type ClueVO } from '../clue'
// 查询客户列表
// TODO @芋艿:看看是不是后续融合到 getCustomerPage 里;
export const getTodayCustomerPage = async (params) => {
@ -15,4 +14,4 @@ export const getFollowLeadsPage = async (params) => {
return await request.get({ url: `/crm/backlog/page`, params })
}
export { type CustomerVO, type ClueVO }
export { type CustomerVO, type ClueVO }