From e178eb6ee11a5ee0615faf4b897d212a29c3ecf1 Mon Sep 17 00:00:00 2001 From: zhouyuejun <505127606@qq.com> Date: Tue, 1 Jan 2019 15:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=AD=9B=E9=80=89=E5=89=8D?= =?UTF-8?q?=E5=90=8E=E5=90=849=E5=B0=8F=E6=97=B6=E8=88=AA=E7=8F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/main/main.component.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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: '', //维护代理