This commit is contained in:
2023-01-02 09:22:58 +08:00
parent 81de6657b5
commit 8ef4bc1502
13 changed files with 554 additions and 11 deletions
@@ -1,7 +1,7 @@
using BLL;
using System;
using System.Web;
using System.Linq;
namespace FineUIPro.Web.HSSE.ActionPlan
{
public partial class ActionPlanListEdit : PageBase
@@ -100,6 +100,7 @@ namespace FineUIPro.Web.HSSE.ActionPlan
this.ctlAuditFlow.DataId = this.ActionPlanListId;
this.ctlAuditFlow.ProjectId = this.ProjectId;
this.ctlAuditFlow.UnitId = this.CurrUser.UnitId;
this.ctlAuditFlow.drpPersonUser=Funs.DB.Sys_User.Where(x => x.UnitId == Const.UnitId_CD).ToList();
}
}
#endregion