diff --git a/src/api/lang/pendingOrder.js b/src/api/lang/pendingOrder.js index 1ff0b9e..7677a0b 100644 --- a/src/api/lang/pendingOrder.js +++ b/src/api/lang/pendingOrder.js @@ -163,19 +163,13 @@ export function checkReality(data) { } // 导出pdf模板 -export function exportWord(data, pdfName, localTiffPath, httpTiffPath, productType,polarizationMethod) { +export function exportWord(data, pdfName, productType) { return fileRequest({ url: "importPDF/importWordAndPDF?reportName=" + pdfName + - "&localTiffPath=" + - localTiffPath + - "&httpTiffPath=" + - httpTiffPath + "&productType=" + - productType + - "&polarizationMethod=" + - polarizationMethod, + productType, method: "post", // headers:{'Content-Type':'multipart/form-data'}, data diff --git a/src/components/ration/otgCorrection/index.vue b/src/components/ration/otgCorrection/index.vue index 8af2f98..b818571 100644 --- a/src/components/ration/otgCorrection/index.vue +++ b/src/components/ration/otgCorrection/index.vue @@ -75,7 +75,7 @@