UPDATE: 勾选被检设备下载检测结果数据等

This commit is contained in:
贾同学
2025-08-29 15:09:05 +08:00
parent a847419ab5
commit ddbaf5651a
4 changed files with 14 additions and 24 deletions

View File

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