补充公司级别树
This commit is contained in:
@@ -53,11 +53,11 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
this.GetButtonPower();
|
||||
}
|
||||
|
||||
GetList();
|
||||
InitDownList();
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
private void GetList()
|
||||
private void InitDownList()
|
||||
{
|
||||
BLL.CNProfessionalService.InitCNProfessionalDownList(this.drpCNProfessional, true);//专业
|
||||
UnitWorkService.InitUnitWorkDownList(drpUnitWork, this.ProjectId, true);
|
||||
@@ -67,7 +67,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
{
|
||||
|
||||
this.ProjectId = this.ucTree.ProjectId;
|
||||
GetList();
|
||||
InitDownList();
|
||||
this.BindGrid();
|
||||
|
||||
this.GetButtonPower();
|
||||
|
||||
Reference in New Issue
Block a user