日志导出csv、报告模板编辑框样式调整
This commit is contained in:
@@ -9,3 +9,8 @@ import http from '@/api'
|
||||
export const getAuditLog = (params: AuditLog.ReqAuditLogParams) => {
|
||||
return http.post(`/sysLog/list`, params)
|
||||
}
|
||||
|
||||
|
||||
export const exportCsv = (params: AuditLog.ReqAuditLogParams) => {
|
||||
return http.download(`/sysLog/exportCSV`, params)
|
||||
}
|
||||
Reference in New Issue
Block a user