From 7bb43fd6a2d62060c2f622e8d9396329ebaf4794 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 05 九月 2024 11:17:02 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6 --- 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