This commit is contained in:
2026-03-05 20:10:46 +08:00
parent aaa8090205
commit 4b8bc359cf
2 changed files with 2 additions and 1 deletions
@@ -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;
}
/// <summary>