新增结果总览一键导出报告

This commit is contained in:
wjj
2026-04-30 16:01:13 +08:00
parent 6f2ea5994a
commit 369c682564
19 changed files with 1256 additions and 0 deletions

View File

@@ -91,3 +91,12 @@ export function getOverviewAbnormalAccountPeople(params) {
}
})
}
export function exportOverviewReport(projectId) {
return request({
url: '/ccdi/project/overview/report/export',
method: 'post',
responseType: 'blob',
params: { projectId }
})
}