浏览代码

fix a bug while export data in the report app.

gsp 3 年之前
父节点
当前提交
722b5e0f72
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 0
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -1499,6 +1499,7 @@ namespace OTSIncAReportGrids
         /// </summary>
         public void SaveMarkParticleRectangleOnFieldFile(DataTable dataTable ,out List<string> vs , out DataTable dt_FIeld)
         {
+            Init();
             List<string> maxlength = new List<string>();
             for (int i=0;i< dataTable.Rows.Count;i++)
             {