[update]新增annualReport页面
This commit is contained in:
@@ -20,7 +20,7 @@ export function logHistory(params: { id: number | string }) {
|
||||
})
|
||||
}
|
||||
|
||||
export function annualReport(params: { id: number | string }) {
|
||||
export function annualReport(params: { year: number | string }) {
|
||||
return createAxios({
|
||||
url: url + 'annualReport',
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user