tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.WinFrmUI/TProduct.WinFrmUI.Data4Factory/泵/SelectPumpComboxContentCtrl.cs
@@ -153,8 +153,8 @@
            WaitFrmHelper.ShowWaitForm();
            var dlg = new EditProductPumpDlg();
            dlg.Shown += delegate { WaitFrmHelper.HideWaitForm(); };
            dlg.SetBindingData(row);
            dlg.ReloadDataEvent += (pump, isChangePart, motor) =>
            dlg.SetBindingData(row,0);
            dlg.ReloadDataEvent += (isChangePart, pump, motor, part) =>
            {
                row.Reset(pump);
                this.bindingSource1.ResetBindings(false);