From 8eebd3b823c2e477f949b7f06b6e972ec09327df Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 14:27:22 +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