duheng
2024-10-24 83c58c8b98a51d4d36811ca4237baa16cc3ff6e0
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("添加成功!");
            }