Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baiwumm/react-admin
/ getOperationLogList
Function
getOperationLogList
Xmw_web/src/services/system/operation-log.ts:13–14 ·
view source on GitHub ↗
(options?: SearchTimes)
Source
from the content-addressed store, hash-verified
11
* @Author: 白雾茫茫丶
12
*/
13
export
const
getOperationLogList = (options?: SearchTimes) =>
14
httpRequest.get<PageResponse<API.OPERATIONLOG>>(`${baseURL}`, options);
15
16
/**
17
* @description: 删除日志列表
Callers
1
OperationLog
Function · 0.90
Calls
1
get
Method · 0.80
Tested by
no test coverage detected