代码管理/WCS/WCSServers/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs
@@ -90,12 +90,9 @@ #region 鑾峰彇璁惧缂栧彿 object deviceCodes = _deviceProtocolRepository.QueryData(x => true).GroupBy(x => x.DeviceChildCode).Select(x => new { key = x.Key, value = x.Key }).ToList(); object areaInfos = Enum.GetNames(typeof(AreaInfo)).Select(x => new { key = x, value = x }).ToList(); #endregion return WebResponseContent.Instance.OK(data: new { routerTypes, deviceCodes, areaInfos }); return WebResponseContent.Instance.OK(data: new { routerTypes, deviceCodes}); } catch (Exception ex) {