季度计划检测机制优化
This commit is contained in:
@@ -56,7 +56,7 @@ export class MainComponent implements OnInit {
|
||||
this.airline_message_alert = JSON.parse(element.settingContent).targetList;
|
||||
}
|
||||
});
|
||||
this.changeDetectorRef.detectChanges();
|
||||
// this.changeDetectorRef.detectChanges();
|
||||
// this.operateSpinServiceService.hideSpin();
|
||||
}
|
||||
)
|
||||
@@ -584,6 +584,7 @@ export class MainComponent implements OnInit {
|
||||
this.render_data = filter_data;
|
||||
this.row_state = this.render_data.length > 0 ? this.render_data[0] : { renderFlight: {} };
|
||||
this.changeDetectorRef.detectChanges();
|
||||
this.operateSpinServiceService.hideSpin();
|
||||
}
|
||||
}, 10)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user