From 928c61ccddebc8d2c697b86ee9bee0c207330a8c Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 06 5月 2025 07:18:22 +0800
Subject: [PATCH] 222

---
 PipeLineLems/web/src/api/file.ts |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/PipeLineLems/web/src/api/file.ts b/PipeLineLems/web/src/api/file.ts
index b7101d3..01d74ae 100644
--- a/PipeLineLems/web/src/api/file.ts
+++ b/PipeLineLems/web/src/api/file.ts
@@ -35,3 +35,16 @@
     responseType: 'blob',
   })
 }
+/**
+ * 瀵煎嚭 post 璇锋眰
+ * @param data
+ * @returns
+ */
+export const postExportFileToClient = (
+  url: string,
+  params: Record<string, any>
+) => {
+  return request.post(url, params, {
+    responseType: 'blob',
+  })
+}

--
Gitblit v1.9.3