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