Fix sur la pagination et fix sur le tri par date
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { GearResp } from "./gear";
|
||||
import { DropZoneResp } from "./dropzone";
|
||||
import { AircraftResp } from "./aircraft";
|
||||
import { JumpTypeResp } from "./jumpType";
|
||||
import { GearResp } from './gear';
|
||||
import { DropZoneResp } from './dropzone';
|
||||
import { AircraftResp } from './aircraft';
|
||||
import { JumpTypeResp } from './jumpType';
|
||||
|
||||
export class JumpReq {
|
||||
constructor(data: any) {
|
||||
@@ -23,6 +23,7 @@ export class JumpReq {
|
||||
export class JumpResp {
|
||||
constructor(data: any) {
|
||||
Object.assign(this, data);
|
||||
this.jumpDate = new Date(data.jumpDate);
|
||||
}
|
||||
|
||||
public id: number;
|
||||
|
||||
Reference in New Issue
Block a user