From 7d9d48cf1e9d5b28e59ea52a0ee1acdfd15f88e7 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期二, 07 一月 2025 08:32:34 +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 9c8386a..cfccaff 100644
--- a/Web/src/api/wcs/wcsPlc.ts
+++ b/Web/src/api/wcs/wcsPlc.ts
@@ -5,6 +5,7 @@
   UpdateWcsPlc = '/api/wcsPlc/update',
   PageWcsPlc = '/api/wcsPlc/page',
   DetailWcsPlc = '/api/wcsPlc/detail',
+  ListWcsPlc = '/api/wcsPlc/list',
   ListStatus = '/api/wcsPlc/ListStatus',
   ListPosition = 'api/wcsPlc/ListPosition'
 }
@@ -48,7 +49,13 @@
 			method: 'get',
 			data: { id },
 		});
-
+// 鍒嗛〉鏌ヨPLC
+export const listWcsPlc = (params?: any) => 
+	request({
+			url: Api.ListWcsPlc,
+			method: 'get',
+			data: params,
+		});
 
 // 鑾峰彇PLC杩炴帴鐘舵�佸拰鏈嶅姟鐘舵��
 export const listStatus = () => 

--
Gitblit v1.8.0