duheng
2025-03-28 b266e82b9a377fa35a766f7a3a2f5aa95f3c9125
WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleTreeListCtrl.cs
@@ -1,13 +1,4 @@
using DevExpress.Utils;
using DevExpress.Utils.Design;
using DevExpress.Utils.DragDrop;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using DevExpress.XtraTreeList.Nodes;
using HStation.Vmo;
using System.ComponentModel;
using System.Windows.Media.Imaging;
using Yw;
using Yw;
using Yw.WinFrmUI;
namespace HStation.WinFrmUI
@@ -40,7 +31,7 @@
        public async void InitialData()
        {
            var overlay = this.ShowOverlay();
            var allBindingList = await BLLFactory<Yw.BLL.Role>.Instance.GetByCorpID(GlobalParas._GlobalParas.CorpID);
            var allBindingList = await BLLFactory<Yw.BLL.Role>.Instance.GetByCorpID(LoginUserInfo.CorpID);
            _allBindingList = new List<RoleTreeListViewModel>();
            allBindingList?.ForEach(x =>
            {