Explorar o código

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

CXS %!s(int64=4) %!d(string=hai) anos
pai
achega
07104d8647
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;