crm-客户:集成操作日志详情组件

This commit is contained in:
puhui999
2023-12-30 17:06:09 +08:00
parent 455688eaa8
commit 261d8b2aa4
4 changed files with 16 additions and 10 deletions

View File

@ -69,6 +69,6 @@ export const queryAllList = async () => {
}
// 查询客户操作日志
export const getOperateLog = async (id: number) => {
return await request.get({ url: `/crm/customer/operate-log?id=` + id })
export const getOperateLogPage = async (params) => {
return await request.get({ url: '/crm/customer/operate-log-page', params })
}