From 32f10392ab00b07e85c0b4229037c30af7c3f28e Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 27 一月 2026 10:42:49 +0800
Subject: [PATCH] 浪潮对接单点登录:mis调整2

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

diff --git a/src/api/productionManagement/productBom.js b/src/api/productionManagement/productBom.js
index 893755b..8132e9c 100644
--- a/src/api/productionManagement/productBom.js
+++ b/src/api/productionManagement/productBom.js
@@ -45,3 +45,13 @@
     params: { productModelId },
   });
 }
+
+// 瀵煎嚭BOM
+export function exportBom(bomId) {
+  return request({
+    url: "/productBom/exportBom",
+    method: "post",
+    params: { bomId },
+    responseType: "blob",
+  });
+}

--
Gitblit v1.9.3