|
|
@@ -446,7 +446,7 @@ const openPdf = async () => {
|
|
|
if (currentManualUrl){
|
|
|
// 手动拼接pdf的url,适配检验方案
|
|
|
formData.append('manualUrl', currentManualUrl)
|
|
|
- response = await getPDFByInspectionLocal(formData)
|
|
|
+ response = await getPDFByInspection(formData)
|
|
|
}else{
|
|
|
response = await getPDF2(formData)
|
|
|
}
|