Guest User

Untitled

a guest
Dec 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. this.selection.selected.forEach(servico => {
  2. servico.id = this.contador;
  3. this.adicionados.push(servico);
  4. this.contador++;
  5. });
Add Comment
Please, Sign In to add comment