12121
This commit is contained in:
@@ -43,7 +43,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.PMIDelegationId = Request.Params["PMIDelegationId"];
|
||||
this.PMIDelegationId = Request.QueryString["PMIDelegationId"];
|
||||
BLL.Project_InstallationService.InitInstallationDropDownList(this.drpInstallationId, true, this.CurrUser.LoginProjectId, Resources.Lan.PleaseSelect);//装置
|
||||
BLL.Base_UnitService.InitUnitDropDownList(this.drpUnitId, true, BLL.Const.UnitType_5, Resources.Lan.PleaseSelect);//单位
|
||||
|
||||
|
||||
Reference in New Issue
Block a user