提交代码

This commit is contained in:
2024-04-08 09:51:43 +08:00
parent 9544361049
commit e9499114bc
27 changed files with 153 additions and 246 deletions
@@ -26,6 +26,7 @@ namespace FineUIPro.Web.CLGL
this.btnGetAll.Hidden = false;
}
this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
BLL.MCSWebService.GetCLData(null, null);
// 绑定表格
this.BindGrid();
}