20210520
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user