| | |
| | | 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 |
| | |
| | | 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 => |
| | | { |