From 6bab6174e3eb0d8a37eade096ff70bf984e82439 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期二, 03 九月 2024 16:55:06 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6 --- Web/src/api/wcs/wcsPlc.ts | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Web/src/api/wcs/wcsPlc.ts b/Web/src/api/wcs/wcsPlc.ts index 8b133f3..9c8386a 100644 --- a/Web/src/api/wcs/wcsPlc.ts +++ b/Web/src/api/wcs/wcsPlc.ts @@ -5,6 +5,8 @@ UpdateWcsPlc = '/api/wcsPlc/update', PageWcsPlc = '/api/wcsPlc/page', DetailWcsPlc = '/api/wcsPlc/detail', + ListStatus = '/api/wcsPlc/ListStatus', + ListPosition = 'api/wcsPlc/ListPosition' } // 澧炲姞PLC @@ -48,3 +50,16 @@ }); +// 鑾峰彇PLC杩炴帴鐘舵�佸拰鏈嶅姟鐘舵�� +export const listStatus = () => + request({ + url: Api.ListStatus, + method: 'get' + }); + +// 鑾峰彇浣嶇疆涓婃湁娌℃湁涓滆タ +export const listPosition = () => + request({ + url: Api.ListPosition, + method: 'get' + }); -- Gitblit v1.8.0