提交代码
This commit is contained in:
@@ -40,6 +40,7 @@ namespace FineUIPro.Web.ProjectData
|
||||
this.ProjectId = Request.QueryString["ProjectId"];
|
||||
|
||||
UnitService.InitBranchUnitDropDownList(this.drpUnit, true, true);
|
||||
BindGrid();
|
||||
this.drpUnit.SelectedValue = Const.UnitId_SEDIN;
|
||||
if (!String.IsNullOrEmpty(this.ProjectId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user