lixiaojun
2024-10-23 1902e2c2332610fcaf310db19f98e7e9f819d0a6
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.cs
@@ -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))