📖 CRM:跟进记录的 code review

(cherry picked from commit 9fa769b16a)
This commit is contained in:
YunaiV
2024-01-15 21:30:25 +08:00
committed by shizhong
parent d9c8135bd8
commit 748eb2b576
15 changed files with 46 additions and 51 deletions

View File

@ -61,7 +61,7 @@ export const exportBusiness = async (params) => {
return await request.download({ url: `/crm/business/export-excel`, params })
}
//联系人关联商机列表
// 联系人关联商机列表
export const getBusinessPageByContact = async (params) => {
return await request.get({ url: `/crm/business/page-by-contact`, params })
}