duheng
2025-03-28 b266e82b9a377fa35a766f7a3a2f5aa95f3c9125
WinFrmUI/PBS.WinFrmUI/00-home/01-project/HomePbsProjectTreeListCtrl.cs
@@ -18,7 +18,7 @@
        /// <summary>
        /// 选择项目事件
        /// </summary>
        public event Action<Vmo.FacilityVmo> SelectProjectEvent;
        public event Action<Vmo.PlaceVmo> SelectProjectEvent;
        /// <summary>
        /// 刷新数据事件
@@ -32,7 +32,7 @@
        /// </summary>
        public async void SetBindingData()
        {
            var allList = await new BLL.Facility().GetAll();
            var allList = await new BLL.Place().GetAll();
            _allBindingList = new List<HomePbsProjectTreeViewModel>();
            if (allList != null)
            {