Web/src/api/wcs/wcsDevice.ts
@@ -7,6 +7,7 @@ DetailWcsDevice = '/api/wcsDevice/detail', GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', } // 增加设备信息 @@ -62,3 +63,8 @@ data: params }); export const listWcsDevice = () => request({ url: Api.ListWcsDevice, method: 'get' });