mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 10:55:06 +08:00
crm-客户:集成操作日志详情组件
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
Reference in New Issue
Block a user