mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-18 04:45:07 +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 })
|
||||
}
|
||||
|
@ -29,10 +29,11 @@ export type OperateLogV2VO = {
|
||||
traceId: string
|
||||
userType: number
|
||||
userId: number
|
||||
module: string
|
||||
name: string
|
||||
userName: string
|
||||
type: string
|
||||
subType: string
|
||||
bizId: number
|
||||
content: string
|
||||
action: string
|
||||
extra: string
|
||||
requestMethod: string
|
||||
requestUrl: string
|
||||
|
Reference in New Issue
Block a user