From 2acb2076869b884c69c349e0821ed96c2bc5b9ee Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期二, 03 九月 2024 16:54:57 +0800
Subject: [PATCH] 工作台位置监控

---
 Web/src/api/wcs/wcsPlc.ts |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/Web/src/api/wcs/wcsPlc.ts b/Web/src/api/wcs/wcsPlc.ts
index 22483d2..9c8386a 100644
--- a/Web/src/api/wcs/wcsPlc.ts
+++ b/Web/src/api/wcs/wcsPlc.ts
@@ -5,7 +5,8 @@
   UpdateWcsPlc = '/api/wcsPlc/update',
   PageWcsPlc = '/api/wcsPlc/page',
   DetailWcsPlc = '/api/wcsPlc/detail',
-  ListStatus='/api/wcsPlc/ListStatus'
+  ListStatus = '/api/wcsPlc/ListStatus',
+  ListPosition = 'api/wcsPlc/ListPosition'
 }
 
 // 澧炲姞PLC
@@ -56,3 +57,9 @@
 			method: 'get'
 		});
 
+// 鑾峰彇浣嶇疆涓婃湁娌℃湁涓滆タ
+export const listPosition = () => 
+	request({
+			url: Api.ListPosition,
+			method: 'get'
+		});

--
Gitblit v1.8.0