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