diff --git a/SGGL/FineUIPro.Web/HSSE/Hazard/ConstructionRiskEdit.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Hazard/ConstructionRiskEdit.aspx.cs index d187c886..4e67be7c 100644 --- a/SGGL/FineUIPro.Web/HSSE/Hazard/ConstructionRiskEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Hazard/ConstructionRiskEdit.aspx.cs @@ -669,6 +669,14 @@ namespace FineUIPro.Web.HSSE.Hazard this.drpRiskLevel.DataBind(); Funs.FineUIPleaseSelect(this.drpRiskLevel); this.drpRiskLevel.SelectedValue = BLL.Const._Null; + foreach (var item in this.drpRefLicense.SelectedValueArray) + { + if (item == "不涉及") + { + this.drpRefLicense.SelectedValue = "不涉及"; + break; + } + } } #region 选择施工内容