WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/EditPumpPartDlg.cs
@@ -159,7 +159,6 @@ if (id > 0) { var pumppart = await _bll.GetByID(id); _allBindingList.Add(new CurrentPartMainViewModel(pumppart)); this.ListBoxPart.Refresh(); MessageBoxHelper.ShowSuccess("添加成功!");