Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_DictionaryController.cs
@@ -94,7 +94,7 @@ { } return Json(vueDictionaryDTOs); return Json(vueDictionaryDTOs.GroupBy(x => x.DicNo).Select(g => g.First()).ToList()); } private VueDictionaryDTO? GetVueDictionary(string key)