每月统计
This commit is contained in:
@@ -19,3 +19,11 @@ export function logHistory(params: { id: number | string }) {
|
||||
params,
|
||||
})
|
||||
}
|
||||
|
||||
export function annualReport(params: { id: number | string }) {
|
||||
return createAxios({
|
||||
url: url + 'annualReport',
|
||||
method: 'get',
|
||||
params,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user