diff --git a/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanListEdit.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanListEdit.aspx.cs index 4048cc96..42878ac1 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanListEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanListEdit.aspx.cs @@ -100,10 +100,10 @@ namespace FineUIPro.Web.ZHGL.Plan { HFActionPlanListId.Text = this.ActionPlanListId; this.ProjectId = actionPlanList.ProjectId; - if (this.ProjectId != this.CurrUser.LoginProjectId) - { - BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, true); - } + //if (this.ProjectId != this.CurrUser.LoginProjectId) + //{ + // BLL.Person_PersonsService.InitUserProjectIdUnitIdRoleIdDropDownList(this.drpCompileMan, this.ProjectId, null, null, false); + //} if (actionPlanList.Edition != null) { txtEdition.Text = actionPlanList.Edition.ToString();