From 4b8bc359cf02b8ade2e4d707488b41be16f360fe Mon Sep 17 00:00:00 2001
From: fei550 <1420031550@qq.com>
Date: Thu, 5 Mar 2026 20:10:46 +0800
Subject: [PATCH] 1
---
SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx | 2 +-
SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx.cs | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx b/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx
index 8626aee5..ddca91a0 100644
--- a/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx
+++ b/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx
@@ -90,7 +90,7 @@
+ Width="180px" LabelWidth="80px" LabelAlign="Right" AutoSelectFirstItem="true">
diff --git a/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx.cs b/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx.cs
index fa86df46..b437bdec 100644
--- a/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx.cs
+++ b/SGGL/FineUIPro.Web/HJGL/PreDesign/PipelingDivide.aspx.cs
@@ -489,6 +489,7 @@ namespace FineUIPro.Web.HJGL.PreDesign
this.ddlFlowingSection.DataSource = flowingSections.Select(x => new { FlowingSection = x }).ToList();
this.ddlFlowingSection.DataBind();
Funs.FineUIPleaseSelect(this.ddlFlowingSection, "-请选择-");
+ ddlFlowingSection.SelectedValue = Const._Null;
}
///