1203-gaofei

This commit is contained in:
gaofei
2021-12-03 17:27:46 +08:00
parent 84ad1490c6
commit 69451f8610
4 changed files with 27 additions and 1 deletions
+15
View File
@@ -21,12 +21,27 @@ namespace FineUIPro.Web.CLGL
{
if (!IsPostBack)
{
if (this.CurrUser.UserId == BLL.Const.hfnbdId)
{
this.btnGetAll.Hidden = false;
}
this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
// 绑定表格
this.BindGrid();
}
}
/// <summary>
/// 获取全部
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnGetAll_Click(object sender, EventArgs e)
{
BLL.MCSWebService.GetCLData(null, null);
this.BindGrid();
}
/// <summary>
/// 获取
/// </summary>