获取主航班的共享航班号显示
This commit is contained in:
@@ -8,7 +8,7 @@ import timeFormatter from '../../../utils/time-formatter';
|
||||
})
|
||||
export class RelatedTabComponent implements OnInit {
|
||||
public lines;
|
||||
public airports;
|
||||
public airports;
|
||||
@Input() set flight(flight) {
|
||||
this.lines = Object.assign({}, flight);
|
||||
if (this.lines.preFlight && !this.lines.reaFlight) {
|
||||
|
||||
Reference in New Issue
Block a user