出厂检测报告改造

This commit is contained in:
2025-07-24 16:30:19 +08:00
parent 9e8e44b886
commit 327801d040
4 changed files with 49 additions and 4 deletions

View File

@@ -43,4 +43,9 @@ export const getPqReportAllVersion = (params:any) => {
//被检设备归档
export const documentedPqDev = (ids: string[]) => {
return http.post(`/report/documented`, ids)
}
//上传报告到云端
export const uploadReportToCloud = (deviceIds: string[]) => {
return http.post(`/report/uploadReportToCloud`, deviceIds)
}