归档前如果设备没有生成报告则自动生成报告
This commit is contained in:
@@ -40,3 +40,7 @@ export const getPqReportAllVersion = (params:any) => {
|
||||
return http.get(`/report/listAllVersion?name=${params.name}`)
|
||||
}
|
||||
|
||||
//被检设备归档
|
||||
export const documentedPqDev = (ids: string[]) => {
|
||||
return http.post(`/report/documented`, ids)
|
||||
}
|
||||
Reference in New Issue
Block a user