From d180226815a7436b6896e28ba9d0f5b369af9c06 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 29 十二月 2023 10:02:50 +0800
Subject: [PATCH] 1.上传模具组件

---
 config/api.js |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/config/api.js b/config/api.js
index 696ce95..dffcb04 100644
--- a/config/api.js
+++ b/config/api.js
@@ -197,7 +197,17 @@
 	params: data
 })
 
-// APP鐢熶骇鐪嬫澘
-export const ProductionKanban = (data) => http.get('鈥�/AppAnalytics鈥�/ProductionKanban', {
+// APP鐢熶骇鐪嬫澘鈥�  
+export const ProductionKanban = (data) => http.get('/AppAnalytics/ProductionKanban', {
+	params: data
+})
+
+// APP鐢熶骇杩涘害鐪嬫澘鍗曟嵁淇℃伅
+export const ProductionScheduleKanban = (data) => http.get('/AppAnalytics/ProductionScheduleKanban', {
+	params: data
+})
+
+// 瀛樿揣妗f涓嬫媺
+export const InventoryTreePermissions = (data) => http.get('/GeneralBasicData/InventoryTreePermissions', {
 	params: data
 })
\ No newline at end of file

--
Gitblit v1.9.3