From 2fc58fbb10745abd97168b8da21d4142e11d7f2e Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 18 十二月 2025 13:36:43 +0800
Subject: [PATCH] 新增设备维修保养过程描述,上传对应附件

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

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 2d85171..eb629e5 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -44,4 +44,11 @@
         url: '/sales/ledger/getAmountHalfYear',
         method: 'get'
     })
-}
\ No newline at end of file
+}
+// 鐢熶骇鏁版嵁
+export const productionStatistics = () => {
+    return request({
+        url: '/home/productionStatistics',
+        method: 'get'
+    })
+}

--
Gitblit v1.9.3