WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs
@@ -179,7 +179,7 @@ }; if (!IsExistPage(guid, true)) { var model = await _bll.GetByID(currentVm.ID); /* var model = await _bll.GetByID(currentVm.ID); if (model == null) { MessageBoxHelper.ShowWarning($"{currentVm.Name}:AssetsPumpMainDto is null!"); @@ -189,7 +189,7 @@ page.InitialDataSource(currentVm.ID); page.PageTitle.Caption = guid.Function; page.PageGuid = guid; CreatePage(page, guid); CreatePage(page, guid);*/ } }