|
@@ -102,7 +102,11 @@ namespace MECF.Framework.UI.Client.CenterViews.DataLogs.ProcessHistory
|
|
this.view.wfTimeTo.Content = this.SearchEndTime;
|
|
this.view.wfTimeTo.Content = this.SearchEndTime;
|
|
|
|
|
|
QueryLots(new object());
|
|
QueryLots(new object());
|
|
- ProcessHistoryLots.FirstOrDefault().IsChecked = true;
|
|
|
|
|
|
+
|
|
|
|
+ if (ProcessHistoryLots!=null&& ProcessHistoryLots.FirstOrDefault() != null)
|
|
|
|
+ {
|
|
|
|
+ ProcessHistoryLots.FirstOrDefault().IsChecked = true;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
void InitTime()
|
|
void InitTime()
|