From dafbd2558491a3d5ebc355e284c27f17d3f12fc9 Mon Sep 17 00:00:00 2001 From: Mateus Felipe Date: Mon, 3 Oct 2022 20:38:44 -0300 Subject: [PATCH] updated --- frontend/main/src/app/rct-qt/rct-qt.component.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/main/src/app/rct-qt/rct-qt.component.ts b/frontend/main/src/app/rct-qt/rct-qt.component.ts index ef9b629..07c37ee 100644 --- a/frontend/main/src/app/rct-qt/rct-qt.component.ts +++ b/frontend/main/src/app/rct-qt/rct-qt.component.ts @@ -47,9 +47,16 @@ export class RctQtComponent implements OnInit { this.destiny = response[i].destiny this.cub_height = response[i].cub_height - this.recQuotes.push({id: this.id, price: this.price, await: this.await, origin: this.origin, destiny: this.destiny, cub_height: this.cub_height, razaoTransportadora: "ABC", nomePessoa: "Mateus"}) + + + + + + + this.recQuotes.push({id: this.id, price: this.price, await: this.await, origin: this.origin, destiny: this.destiny, cub_height: this.cub_height, razaoTransportadora: "ABC", nomePessoa: this.loginService.nome}) + } console.log();