默认筛选前后各9小时航班

This commit is contained in:
zhouyuejun
2019-01-01 15:05:08 +08:00
parent 48d6da2209
commit e178eb6ee1
+7 -6
View File
@@ -364,8 +364,9 @@ export class MainComponent implements OnInit {
}) })
this.render_data = combined_data; this.render_data = combined_data;
this.row_state = this.render_data.length > 0 ? this.render_data[0] : { renderFlight: {} }; this.row_state = this.render_data.length > 0 ? this.render_data[0] : { renderFlight: {} };
this.changeDetectorRef.detectChanges(); this.selectChange();
this.operateSpinServiceService.hideSpin(); // this.changeDetectorRef.detectChanges();
// this.operateSpinServiceService.hideSpin();
//开始处理动态消息 //开始处理动态消息
this.canHandleDynamicMessage = true; this.canHandleDynamicMessage = true;
@@ -398,8 +399,8 @@ export class MainComponent implements OnInit {
FTSS: '', //运营状态 FTSS: '', //运营状态
TRML: '', //航站楼 TRML: '', //航站楼
Abnormal_state: '', //异常状态 Abnormal_state: '', //异常状态
Start_time: '', Start_time: '9',
End_time: '', End_time: '9',
FHAG: '', //机坪代理 FHAG: '', //机坪代理
MHAG: '', //维护代理 MHAG: '', //维护代理
PHAG: '', //旅客代理 PHAG: '', //旅客代理
@@ -463,8 +464,8 @@ export class MainComponent implements OnInit {
MVIN: '', //到达/出发 MVIN: '', //到达/出发
FTSS: '', //运营状态 FTSS: '', //运营状态
TRML: '', //航站楼 TRML: '', //航站楼
Abnormal_state: '', //异常状态 Abnormal_state: '9', //异常状态
Start_time: '', Start_time: '9',
End_time: '', End_time: '',
FHAG: '', //机坪代理 FHAG: '', //机坪代理
MHAG: '', //维护代理 MHAG: '', //维护代理