1019-gaofei
This commit is contained in:
parent
9cdd25128d
commit
b0dda3b8b2
|
@ -254,11 +254,11 @@ namespace FineUIPro.Web.JDGL.Check
|
|||
listStr.Add(new SqlParameter("@ProjectId", this.CurrUser.LoginProjectId));
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
Grid6.RecordCount = tb.Rows.Count;
|
||||
Grid7.RecordCount = tb.Rows.Count;
|
||||
//tb = GetFilteredTable(Grid1.FilteredData, tb);
|
||||
var table = this.GetPagedDataTable(Grid6, tb);
|
||||
Grid6.DataSource = table;
|
||||
Grid6.DataBind();
|
||||
var table = this.GetPagedDataTable(Grid7, tb);
|
||||
Grid7.DataSource = table;
|
||||
Grid7.DataBind();
|
||||
}
|
||||
|
||||
#region 导入
|
||||
|
|
Loading…
Reference in New Issue