duy 2 months ago
parent
commit
3b3b6610e7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/api/modules/data-fill/wbs.js

+ 11 - 0
src/api/modules/data-fill/wbs.js

@@ -543,4 +543,15 @@ export default {
             false,
         )
     },
+        //上传文件后转pdf
+    async previewBussfile(form) {
+             return HcApi({
+              headers: {
+            'Content-Type': 'multipart/form-data', 
+        },
+            url: '/api/blade-manager/exceltab/previewBussfile',
+            method: 'post',
+            data: form,
+        })
+    },
 }