From afcf7915733c5849315b1c726c7f5bb942e96340 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 11:40:36 +0800
Subject: [PATCH] fix: 未批准的工艺路线可以对工艺路线项目列表增删改

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

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 8b5d144..96bdc25 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -326,3 +326,10 @@
     method: "get",
   });
 };
+// 绠$悊缁熻
+export const getManageStatistics = () => {
+  return request({
+    url: "/home/manage",
+    method: "get",
+  });
+};

--
Gitblit v1.9.3