提交代码

This commit is contained in:
2025-04-09 16:34:15 +08:00
parent 5b0a555883
commit 98151c9476
4 changed files with 11 additions and 4 deletions
@@ -78,7 +78,14 @@
// drpUnit.SelectedValue = this.CurrUser.UnitId;
// drpUnit.Enabled = false;
//}
if (this.CurrUser.UserId == BLL.Const.GlyId)
{
this.drpIfOnGuard.Enabled = true;
}
else
{
this.drpIfOnGuard.Enabled = false;
}
this.PersonLoad();
}
}