1
This commit is contained in:
@@ -158,3 +158,21 @@ export function getDocSheetList(fileId) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询操作日志列表
|
||||
export function getOperationLogs(params) {
|
||||
return request({
|
||||
url: '/jarvis/tendoc/operationLogs',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
// 查询最近的操作日志
|
||||
export function getRecentLogs(params) {
|
||||
return request({
|
||||
url: '/jarvis/tendoc/recentLogs',
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user