From b0dda3b8b2facfc8f3d683edd32bdf215f98db77 Mon Sep 17 00:00:00 2001 From: gaofei <231232131@163.com> Date: Tue, 19 Oct 2021 12:24:38 +0800 Subject: [PATCH] 1019-gaofei --- SGGL/FineUIPro.Web/JDGL/Check/TotalCompletion.aspx.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SGGL/FineUIPro.Web/JDGL/Check/TotalCompletion.aspx.cs b/SGGL/FineUIPro.Web/JDGL/Check/TotalCompletion.aspx.cs index 5328f5b7..16c0df1e 100644 --- a/SGGL/FineUIPro.Web/JDGL/Check/TotalCompletion.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/Check/TotalCompletion.aspx.cs @@ -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 导入