From a9d97b150701e634bdb751eab277696abd136cca Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 16 六月 2026 14:39:47 +0800
Subject: [PATCH] 君歌app 1.依照web端功能修改

---
 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 be352d5..c6570a9 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -48,3 +48,12 @@
     data: data,
   });
 }
+
+// 鏍规嵁宸ュ崟ID鑾峰彇鎶ュ伐鐘舵��
+export function getReportState(params) {
+  return request({
+    url: "/productionProductMain/reportState",
+    method: "get",
+    params,
+  });
+}

--
Gitblit v1.9.3