From b207e5c3dd012a17ba71632da0ebbc09a38e39c2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 15:37:01 +0800
Subject: [PATCH] 1.安佑-BI大屏展示数据修改
---
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 593acc9..f0a46b6 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -52,4 +52,11 @@
url: '/home/qualityProductQualifiedRate',
method: 'get'
})
+}
+// 浠撳簱鏁版嵁缁熻
+export const inventoryStatistics = () => {
+ return request({
+ url: '/home/inventoryStatistics',
+ method: 'get'
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3