默认筛选前后各9小时航班
This commit is contained in:
@@ -364,8 +364,9 @@ export class MainComponent implements OnInit {
|
||||
})
|
||||
this.render_data = combined_data;
|
||||
this.row_state = this.render_data.length > 0 ? this.render_data[0] : { renderFlight: {} };
|
||||
this.changeDetectorRef.detectChanges();
|
||||
this.operateSpinServiceService.hideSpin();
|
||||
this.selectChange();
|
||||
// this.changeDetectorRef.detectChanges();
|
||||
// this.operateSpinServiceService.hideSpin();
|
||||
|
||||
//开始处理动态消息
|
||||
this.canHandleDynamicMessage = true;
|
||||
@@ -398,8 +399,8 @@ export class MainComponent implements OnInit {
|
||||
FTSS: '', //运营状态
|
||||
TRML: '', //航站楼
|
||||
Abnormal_state: '', //异常状态
|
||||
Start_time: '',
|
||||
End_time: '',
|
||||
Start_time: '9',
|
||||
End_time: '9',
|
||||
FHAG: '', //机坪代理
|
||||
MHAG: '', //维护代理
|
||||
PHAG: '', //旅客代理
|
||||
@@ -463,8 +464,8 @@ export class MainComponent implements OnInit {
|
||||
MVIN: '', //到达/出发
|
||||
FTSS: '', //运营状态
|
||||
TRML: '', //航站楼
|
||||
Abnormal_state: '', //异常状态
|
||||
Start_time: '',
|
||||
Abnormal_state: '9', //异常状态
|
||||
Start_time: '9',
|
||||
End_time: '',
|
||||
FHAG: '', //机坪代理
|
||||
MHAG: '', //维护代理
|
||||
|
||||
Reference in New Issue
Block a user