冗余代码清理

This commit is contained in:
2026-06-15 19:05:39 +08:00
parent 1fd3ca5094
commit eacb45828c
57 changed files with 134 additions and 31930 deletions
@@ -14,7 +14,7 @@ namespace FineUIPro.Web.Person
if (!IsPostBack)
{
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
BLL.UserService.InitUserUnitIdDropDownList(drpSEDINUser, Const.UnitId_XJYJ, true);
BLL.UserService.InitUserUnitIdDropDownList(drpUser, Const.UnitId_XJYJ, true);
WorkPostService.InitMainWorkPostDropDownList(drpWorkPost, true);
string DutyId = Request.Params["DutyId"];
if (!string.IsNullOrEmpty(DutyId))
@@ -24,7 +24,7 @@ namespace FineUIPro.Web.Person
{
if (!string.IsNullOrEmpty(PersonDuty.DutyPersonId))
{
this.drpSEDINUser.SelectedValue = PersonDuty.DutyPersonId;
this.drpUser.SelectedValue = PersonDuty.DutyPersonId;
}
if (!string.IsNullOrEmpty(PersonDuty.WorkPostId))
{