| | |
| | | this.gridView1.SetNormalView(30); |
| | | this.PageTitle.Caption = "登录日志"; |
| | | this.PageTitle.SvgImageSize = new Size(24, 24); |
| | | this.dtStart.DateTime = DateTime.Now.Date.AddDays(-3); |
| | | this.dtStart.DateTime = DateTime.Now.Date.AddDays(-2); |
| | | this.dtEnd.DateTime = DateTime.Now.Date; |
| | | } |
| | | |
| | |
| | | public override async void InitialDataSource() |
| | | { |
| | | _allBindingList = new(); |
| | | var allList = await BLLFactory<Yw.BLL.User>.Instance.GetByCorpID(GlobalParas._GlobalParas.CorpID); |
| | | var allList = await BLLFactory<Yw.BLL.User>.Instance.GetByCorpID(LoginUserInfo.CorpID); |
| | | if (allList != null) |
| | | { |
| | | this.userLoginViewModelBindingSource.DataSource = _allBindingList; |