瀏覽代碼

内业台账修改

duy 1 月之前
父節點
當前提交
5e8624d6c1
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/api/modules/data-fill/query.js

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

@@ -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',
+        })
     },
 }
+