CRM:统一日志获取接口

This commit is contained in:
puhui999
2024-01-27 15:15:07 +08:00
parent 26daa3a1ff
commit 5adf75d15b
8 changed files with 33 additions and 24 deletions

View File

@ -73,11 +73,6 @@ export const getSimpleCustomerList = async () => {
return await request.get({ url: `/crm/customer/list-all-simple` })
}
// 查询客户操作日志
export const getOperateLogPage = async (id: number) => {
return await request.get({ url: '/crm/customer/operate-log-page?id=' + id })
}
// ======================= 业务操作 =======================
export interface TransferReqVO {