yangyin
2024-08-20 98e49c0dd42840a094837f7acae532bc237a719a
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("添加成功!");