From 7d2873351fd9cca4c7b1117dafe59db4a546526f Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 22 八月 2023 11:15:18 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/utils/api.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/screen_standard/src/utils/api.js b/screen_standard/src/utils/api.js
index c1779f5..316267c 100644
--- a/screen_standard/src/utils/api.js
+++ b/screen_standard/src/utils/api.js
@@ -3,4 +3,9 @@
 // 鍛樺伐浜у搧缁熻TOP10
 export function getTop (companyId, departId) {
     return axiosInstance.get(`statistics/userProduceTop/${companyId}/${departId}`)
+}
+
+// 鎴愬搧璁″垝-瀹炴椂浠撳簱浣欓噺缁熻
+export function getStockList (companyId, departId) {
+    return axiosInstance.get(`statistics/getStockList/${companyId}/${departId}`)
 }
\ No newline at end of file

--
Gitblit v1.9.3