|
@@ -388,7 +388,7 @@ namespace OTSIncAReportApp
|
|
|
|
|
|
//数据表类型
|
|
|
var sampleData3 = m_CurrentConditions[OTS_REPORT_PROP_GRID_ITEMS.CALCULATE_TABLE_TYPE];
|
|
|
- list.Add(sampleData3);
|
|
|
+ //list.Add(sampleData3);
|
|
|
if ((int)sampleData3.itemVal==(int)CALCULATE_TABLE_TYPE.PARTICALE_GENE_INFO)
|
|
|
{
|
|
|
var sampleData1 = m_CurrentConditions[OTS_REPORT_PROP_GRID_ITEMS.DATA_SOURCE_TYPE];
|
|
@@ -427,8 +427,8 @@ namespace OTSIncAReportApp
|
|
|
var sampleData1 = m_CurrentConditions[OTS_REPORT_PROP_GRID_ITEMS.DATA_SOURCE_TYPE];
|
|
|
list.Add(sampleData1);
|
|
|
}
|
|
|
+ list.Add(sampleData3);
|
|
|
|
|
|
-
|
|
|
}
|
|
|
else if (tbindex == DisplayPicutureType.AnalyzeDataChart)//Chart图页
|
|
|
{
|