From bc79e1fae76dffb3cbc3ddfa9ba23e66e150d098 Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期五, 28 八月 2026 23:18:27 +0800
Subject: [PATCH] fix: 调整多个业务模块的页面展示与字段

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

diff --git a/src/api/productionManagement/productionProductMain.js b/src/api/productionManagement/productionProductMain.js
index 902d3e9..a2f6691 100644
--- a/src/api/productionManagement/productionProductMain.js
+++ b/src/api/productionManagement/productionProductMain.js
@@ -10,3 +10,10 @@
     });
 }
 
+// 鐢熶骇鎶ュ伐璇︽儏
+export function productionProductMainGetInfo(id) {
+    return request({
+        url: `/productionProductMain/${id}`,
+        method: "get",
+    });
+}

--
Gitblit v1.9.3