From 7f4a21f841f299299b3d7963918ccb43edc6c9b4 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 18 Feb 2025 16:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HSSE/Hazard/ConstructionRiskEdit.aspx.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 选择施工内容