diff --git a/src/app/pages/main/main.component.ts b/src/app/pages/main/main.component.ts index 9aa7096..da01c93 100644 --- a/src/app/pages/main/main.component.ts +++ b/src/app/pages/main/main.component.ts @@ -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: '', //维护代理