소스 검색

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

CXS 4 년 전
부모
커밋
07104d8647
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;