From 8cc901ed214f3885b34a07d0520fbcfd50063439 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 19 十一月 2025 14:30:39 +0800
Subject: [PATCH] fix: 完成绞线自检,生产确认等功能新增

---
 src/api/product/manage.ts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/product/manage.ts b/src/api/product/manage.ts
index bdbc5aa..34dd68a 100644
--- a/src/api/product/manage.ts
+++ b/src/api/product/manage.ts
@@ -96,6 +96,15 @@
       method: "GET",
     });
   },
+
+  // 鑾峰彇鐢熶骇缁熻
+  getProductStatistics(params: any) {
+    return request<BaseResult<any>>({
+      url: "/app/getProductStatistics",
+      method: "GET",
+      data: params,
+    });
+  },
 };
 
 export default ManageApi;

--
Gitblit v1.9.3