This commit is contained in:
Ren Juan 2021-08-29 11:16:05 +00:00
parent f3b91b2262
commit 8ae9271414
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ export class GT2 {
this.startPoint = last.startPoint;
this.trip.loc = last.trip.loc;
this.elapsed = last.elapsed;
this.trip.elapsed= last.trip.elapsed;
this.endPoint = last.endPoint;
this.CO2Effect = last.CO2Effect;
this.co2Rate = last.co2Rate;