|
|
@@ -407,7 +407,7 @@ const openPdf = async () => {
|
|
|
formData.append('manualUrl', props.initData.manualUrl)
|
|
|
response = await getPDFByInspectionLocal(formData)
|
|
|
}else{
|
|
|
- response = await getPDF(formData)
|
|
|
+ response = await getPDF2(formData)
|
|
|
}
|
|
|
}
|
|
|
if (response) {
|