UPDATE: 异步导出检测数据逻辑。

This commit is contained in:
贾同学
2025-09-19 16:18:10 +08:00
parent 3e7509cd44
commit a9156f0954
4 changed files with 150 additions and 15 deletions

View File

@@ -136,7 +136,7 @@ export const importSubPlan = (params: Plan.ResPlan) => {
// 导出计划检测结果数据
export const exportPlanCheckData = (params: any) => {
return http.download(
return http.post(
`/adPlan/exportPlanCheckData?planId=${params.id}&devIds=${params.devIds}&report=${params.report}`
)
}