WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/02-main/AddValveMainDlg.cs
@@ -17,7 +17,7 @@ { _AssetsValveMain = new Vmo.AssetsValveMainVmo(); _AssetsValveMain.SeriesID = SeriesID; _AssetsValveMain.SeriesType = type; _AssetsValveMain.Type = type; var allCaliber = await new Yw.BLL.SysDictData().GetByTypeCode("1"); if (allCaliber != null) { @@ -92,7 +92,7 @@ { _AssetsValveMain.ValveLift = valveLift; } if (await this.ReloadDataEvent.Invoke(_AssetsValveMain)) if (await this.ReloadDataEvent.Invoke(_AssetsValveMain)) { TipFormHelper.ShowSucceed("添加成功!"); }