This commit is contained in:
jackchenyang
2024-05-12 15:49:21 +08:00
parent 1a73dfd0a6
commit 48a84cfd6c
6 changed files with 44 additions and 42 deletions
@@ -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);//单位