Browse Source

修改选择all时报告程序颗粒列表显示错误的bug

CXS 4 years ago
parent
commit
07104d8647
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 1
OTSIncAReportApp/Control_Grids/ParticlesGridDevidePage.cs

@@ -528,7 +528,7 @@ namespace OTSIncAReportGrids
 
             ParticleData fielddata = new ParticleData(result.FilePath);
             DataTable particles = fielddata.GetInfoForPartucleDevidePage(PageIndex, pageSize, OrderFunction, condition);
-            //PageSize = particles.Rows.Count;
+            PageSize = particles.Rows.Count;
             if (particles == null)
             {
                 return;