WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.cs
@@ -47,7 +47,7 @@ var series = this.pipeLineTreeListCtrl1.GetCurrentSeries(); if (series == null) { MessageBoxHelper.ShowWarning("请先选择管道系列!"); MessageBoxHelper.ShowWarning("请先选择系列!"); return; } dlg.SetBindingData(series.ID); @@ -78,9 +78,6 @@ var dlg = new EditAssetsPipeMainDlg(); var PipeLine = await _bll.GetByID(vm.ID); if (PipeLine == null) return; var cofficientList = await new BLL.AssetsPipeCoefficient().GetByPipeID(vm.ID); if (cofficientList == null) return; dlg.SetBindingData(PipeLine); dlg.ReloadDataEvent += async (rhs) =>