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 | 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