lixiaojun
2024-10-23 93bc151189c3956c80701bf1adf7600be6f19ee7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.cs
@@ -25,7 +25,7 @@
        /// </summary>
        public event Action RefreshDataEvent;
        public event Action<XhsProjectVmo> JumpDirectEvent;
        public event Action<long> JumpDirectEvent;
        /// <summary>
        /// 项目导入完成事件
@@ -40,6 +40,8 @@
        public async void SetBindingData(List<XhsProjectVmo> allProjectList)
        {
            _allBindingList = new List<HomeXhsProjectTreeViewModel>();
            if (allProjectList == null)
                return;
            foreach (var item in allProjectList)
            {
                if (await IsHaveBimFace(item.ID))
@@ -147,7 +149,7 @@
            }
            if (e.Column != this.colJump)
                return;
            JumpDirectEvent.Invoke(vm.Project);
            JumpDirectEvent.Invoke(vm.Project.ID);
        }
        //聚焦节点改变