浏览代码

获取pdf端口调整

xy 5 天之前
父节点
当前提交
3de74ecf6b
共有 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

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