[update]新增annualReport页面

This commit is contained in:
2026-06-08 17:39:00 +08:00
parent aa3643cc12
commit 6d68a3ef8d
5 changed files with 433 additions and 246 deletions

View File

@@ -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',