@ -456,6 +456,7 @@ namespace Aucma.Core.SheetMetal.ViewModels
{
System.Windows.Application.Current.Dispatcher.Invoke((Action)(() =>
TeamName = $"班组:{appConfig.TeamName} 用户:{appConfig.Account}";
CurrentDateTime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
}));
@ -62,7 +62,8 @@ namespace Aucma.Core.SheetMetal.Views
return;
}
// 登录校验
txtUserName.Text = "";
txtPassword.Password = "";
loginViewModel.Login(teamMembers,userName, passWord,this);