duheng
2024-12-19 a6c4751021807edcae850b761bd9dedbf3d3b01b
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);*/
            }
        }