From 96825ce0465c8f29309eaf2e73876c2f5e7c7643 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 4 Jul 2023 15:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E6=96=BD=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/ZHGL/Plan/ActionPlanListEdit.aspx.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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();