项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_DictionaryController.cs
@@ -76,6 +76,7 @@ { } vueDictionaryDTOs = vueDictionaryDTOs.DistinctBy(d => d.DicNo).ToList(); return Json(vueDictionaryDTOs); } private VueDictionaryDTO GetVueDictionary(string key)