xy 1 주 전
부모
커밋
fa886def7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin-vue3/src/components/DynamicReport/SpreadViewer.vue

+ 1 - 1
yudao-ui-admin-vue3/src/components/DynamicReport/SpreadViewer.vue

@@ -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)
      }