20230708修改本部项目下拉框只读问题,考勤二次写入方法优化

This commit is contained in:
2023-07-08 09:58:44 +08:00
parent 70a51ab125
commit a322a2fa62
4 changed files with 44 additions and 70 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ namespace FineUIPro.Web
if (!IsPostBack)
{
//this.CurrUser.LoginProjectId = null;
if (this.CurrUser != null)
{
this.CurrUser.LoginProjectId = null;
}
}
}