From afcecb06505032ada09a4a2e33eed1f7979250e9 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 05 九月 2024 11:16:59 +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