汇总
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user