航班定位实现
This commit is contained in:
@@ -5,7 +5,7 @@ import { HttpClientService } from '../../services/http-client.service';
|
||||
import { BasicDataService } from '../../services/basic-data-service';
|
||||
import { OperateSpinServiceService } from '../../services/operate-spin-service.service';
|
||||
|
||||
import { DynamicFlightOrder } from '../../utils/dynamic-flight-order';
|
||||
import { FlightOrder } from '../../utils/flight-order';
|
||||
import { FlightsDataHandle } from '../../utils/flights-data-handle';
|
||||
|
||||
import * as $ from 'jquery';
|
||||
@@ -28,7 +28,7 @@ export class HistoricalDataComponent implements OnInit {
|
||||
this.operateSpinServiceService.showSpin();
|
||||
this.changeDetectorRef.detach();
|
||||
}
|
||||
public orderHandle = new DynamicFlightOrder();
|
||||
public orderHandle = new FlightOrder();
|
||||
public dataHandle = new FlightsDataHandle();
|
||||
|
||||
public tabClose: boolean = true;
|
||||
|
||||
Reference in New Issue
Block a user