From 11661d97dffd8f4fddff0f60b59cd21af7d5ffd0 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期日, 29 九月 2024 08:44:06 +0800
Subject: [PATCH] 修改测试问题
---
Web/src/api/wcs/wcsPlc.ts | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/Web/src/api/wcs/wcsPlc.ts b/Web/src/api/wcs/wcsPlc.ts
index 8b133f3..cfccaff 100644
--- a/Web/src/api/wcs/wcsPlc.ts
+++ b/Web/src/api/wcs/wcsPlc.ts
@@ -5,6 +5,9 @@
UpdateWcsPlc = '/api/wcsPlc/update',
PageWcsPlc = '/api/wcsPlc/page',
DetailWcsPlc = '/api/wcsPlc/detail',
+ ListWcsPlc = '/api/wcsPlc/list',
+ ListStatus = '/api/wcsPlc/ListStatus',
+ ListPosition = 'api/wcsPlc/ListPosition'
}
// 澧炲姞PLC
@@ -46,5 +49,24 @@
method: 'get',
data: { id },
});
+// 鍒嗛〉鏌ヨPLC
+export const listWcsPlc = (params?: any) =>
+ request({
+ url: Api.ListWcsPlc,
+ method: 'get',
+ data: params,
+ });
+// 鑾峰彇PLC杩炴帴鐘舵�佸拰鏈嶅姟鐘舵��
+export const listStatus = () =>
+ request({
+ url: Api.ListStatus,
+ method: 'get'
+ });
+// 鑾峰彇浣嶇疆涓婃湁娌℃湁涓滆タ
+export const listPosition = () =>
+ request({
+ url: Api.ListPosition,
+ method: 'get'
+ });
--
Gitblit v1.8.0