代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using BLL;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
@@ -18,7 +17,7 @@ namespace BLL
|
||||
/// <param name="dropName">下拉框名字</param>
|
||||
/// <param name="isShowPlease">是否显示请选择</param>
|
||||
public static void InitConstDropDownList(FineUIPro.DropDownList dropName, string groupId, bool isShowPlease)
|
||||
{
|
||||
{
|
||||
dropName.DataValueField = "Value";
|
||||
dropName.DataTextField = "Text";
|
||||
if (groupId == Group_IsPost)
|
||||
|
||||
Reference in New Issue
Block a user