From 3a45bd762e14e654f252965adddeee2f9b3efb9d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 14 一月 2026 17:52:11 +0800
Subject: [PATCH] Merge branch 'dev_ztns' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev_ztns

---
 src/api/statisticalCharts/dataAnalysis.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/statisticalCharts/dataAnalysis.js b/src/api/statisticalCharts/dataAnalysis.js
index 09c89e4..2150836 100644
--- a/src/api/statisticalCharts/dataAnalysis.js
+++ b/src/api/statisticalCharts/dataAnalysis.js
@@ -96,3 +96,13 @@
     params: query,
   });
 }
+
+// 瀵煎嚭渚涘簲鍟嗗悎鏍肩巼缁熻
+export function exportSupplierExcel(data) {
+  return request({
+    url: "/dataAnalysis/exportSupplierExcel",
+    method: "post",
+    data: data,
+    responseType: "blob"
+  });
+}

--
Gitblit v1.9.3