duy 1 сар өмнө
parent
commit
5e8624d6c1

+ 10 - 0
src/api/modules/data-fill/query.js

@@ -194,5 +194,15 @@ export default {
             method: 'post',
             method: 'post',
             data: form,
             data: form,
         })
         })
+    },
+            //导出内业台账
+    async exportNeiye(form) {
+        return HcApi({
+            url: '/api/blade-business/neiYeController/export',
+            method: 'post',
+            data: form,
+            responseType: 'blob',
+        })
     },
     },
 }
 }
+