cloudflight
2024-11-03 f1d63f8302348778785bf713c5690db8a00cd560
WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/01-series/PipeLineTreeListCtrl.cs
@@ -72,8 +72,7 @@
            var vm = this.treeList1.GetCurrentViewModel(_allBindingList);
            if (vm == null)
            {
                MessageBoxHelper.ShowWarning("请选择数据行!");
                return;
                 return;
            }
            ReloadEvent.Invoke(vm.ID);
        }