2023-09-26
This commit is contained in:
@@ -31,8 +31,8 @@ namespace FineUIPro.Web.ZHGL.DataSync.ProjectDataSync
|
||||
{
|
||||
Model.Project_HSSEData_HSSE table = new Model.Project_HSSEData_HSSE();
|
||||
table.ProjectId = this.CurrUser.LoginProjectId;
|
||||
var tb = BLL.Project_HSSEData_HSSEService.getListData(table, Grid1);
|
||||
Grid1.RecordCount = Project_HSSEData_HSSEService.count;
|
||||
var tb = BLL.Project_HSSEData_HSSEService.GetListData(table, Grid1);
|
||||
Grid1.RecordCount = Project_HSSEData_HSSEService.Count;
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
Grid1.DataSource = tb;
|
||||
Grid1.DataBind();
|
||||
|
||||
Reference in New Issue
Block a user