From dc7667c69b2d9e6702ea774e6338b4c612bad4f9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 08 一月 2026 15:50:40 +0800
Subject: [PATCH] 军泰伟业app: 1.部署修改

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

diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
index fdec712..710a02f 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -32,4 +32,13 @@
     method: "post",
     data: query,
   });
-}
\ No newline at end of file
+}
+// 鏂板浜у搧涓昏〃
+export function addProductMain(data) {
+  return request({
+    url: "/productionProductMain/addProductMain",
+    method: "post",
+    data: data,
+  });
+}
+

--
Gitblit v1.9.3