1
This commit is contained in:
@@ -34,7 +34,8 @@ namespace FineUIPro.Web.Door
|
||||
this.ProjectId = Request.Params["projectId"];
|
||||
}
|
||||
Funs.DropDownPageSize(this.ddlPageSize);
|
||||
UnitService.InitUnitDownList(this.drpUnit, this.ProjectId, true);
|
||||
//UnitService.InitUnitDownList(this.drpUnit, this.ProjectId, true);
|
||||
UnitService.InitUnitDropDownList(this.drpUnit, this.ProjectId, true);
|
||||
Funs.FineUIPleaseSelect(this.drpWorkTeam);
|
||||
WorkPostService.InitWorkPostDropDownList(this.drpWorkPost, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user