From aec5cbead319feabb2e44ddd5bf99a0af01ca506 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 29 四月 2026 15:26:31 +0800
Subject: [PATCH] 1
---
src/api/productionManagement/productionReporting.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
index 33faadb..b869318 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -49,3 +49,12 @@
data: data,
});
}
+
+// 鏍规嵁宸ュ崟ID鑾峰彇鎶ュ伐鐘舵��
+export function getReportState(params) {
+ return request({
+ url: "/productionProductMain/reportState",
+ method: "get",
+ params,
+ });
+}
--
Gitblit v1.9.3