소스 검색

导出报表后分析数据图变空的bug修改完成

zhangjiaxin 4 년 전
부모
커밋
a50fdad17e
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      OTSIncAReportApp/FunctionClass/OTSDataMgrFunction/DataMgrFun.cs
  2. 1 0
      OTSIncAReportApp/OTSTemplateDesigner/OTSReport_Export.cs

+ 4 - 0
OTSIncAReportApp/FunctionClass/OTSDataMgrFunction/DataMgrFun.cs

@@ -989,6 +989,10 @@ namespace OTSIncAReportApp.OTSDataMgrFunction
             return ret;
         }
 
+
+
+       
+
         /// <summary>
         /// 获取sourceGrid数据
         /// </summary>

+ 1 - 0
OTSIncAReportApp/OTSTemplateDesigner/OTSReport_Export.cs

@@ -1993,6 +1993,7 @@ namespace OTSIncAReportApp
 
             //导出完成,打开报表
             OpenOTSINcAreportTemplateAPP();
+            m_ReportApp.m_DataMgrFun.ShowsTheDefaultPic();
 
             this.Close();
         }