2023-08-04
This commit is contained in:
@@ -30,8 +30,8 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
private void BindGrid()
|
||||
{
|
||||
Model.HSSEData_HSSE table = new Model.HSSEData_HSSE();
|
||||
var tb = BLL.HSSEData_HSSEService.getListData(table, Grid1);
|
||||
Grid1.RecordCount = HSSEData_HSSEService.count;
|
||||
var tb = BLL.HSSEData_HSSEService.GetListData(table, Grid1);
|
||||
Grid1.RecordCount = HSSEData_HSSEService.Count;
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user