20230708修改本部项目下拉框只读问题,考勤二次写入方法优化
This commit is contained in:
@@ -53,7 +53,10 @@ namespace FineUIPro.Web
|
||||
|
||||
if (!IsPostBack)
|
||||
{
|
||||
//this.CurrUser.LoginProjectId = null;
|
||||
if (this.CurrUser != null)
|
||||
{
|
||||
this.CurrUser.LoginProjectId = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user