Browse Source

remove some useless code

gsp 2 years ago
parent
commit
18f0006773
1 changed files with 0 additions and 7 deletions
  1. 0 7
      OTSIncAReportApp/1-UI/frmMeasureRstMgr.cs

+ 0 - 7
OTSIncAReportApp/1-UI/frmMeasureRstMgr.cs

@@ -381,13 +381,6 @@ namespace OTSIncAReportApp
             }
 
 
-            ConditionItem itm = m_ConditionChoose.m_CurrentConditions[OTS_REPORT_PROP_GRID_ITEMS.DATA_SOURCE];
-            itm.comboDownList = rstlist;
-            if (rstlist.Count > 0)
-            {
-                itm.itemDisplayVal = rstlist[0];
-                itm.itemVal = 0;
-            }
             m_ConditionChoose.DisCurrentPicProperty();
 
         }