This commit is contained in:
2021-05-20 17:16:01 +08:00
parent f901e87a6e
commit e7cb804684
219 changed files with 17315 additions and 1571 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ namespace BLL
/// <param name="isShowPlease"></param>
public static void InitSteel(FineUIPro.DropDownList dropName, bool isShowPlease)
{
dropName.DataValueField = "Text";
dropName.DataValueField = "Value";
dropName.DataTextField = "Text";
dropName.DataSource = GetSteelList();
dropName.DataBind();