瀏覽代碼

remove some useless code

gsp 2 年之前
父節點
當前提交
18f0006773
共有 1 個文件被更改,包括 0 次插入7 次删除
  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();
 
         }