refs #4131 changeStateRefactor #1753
|
@ -64,7 +64,6 @@ class Controller extends Summary {
|
|||
ticketFk: 'id' in this.ticket ? this.ticket.id : this.$params.id,
|
||||
code: value
|
||||
};
|
||||
console.log('entra');
|
||||
this.$http.post(`Tickets/state`, params)
|
||||
pablone marked this conversation as resolved
|
||||
.then(() => {
|
||||
if ('id' in this.$params) this.reload();
|
||||
|
|
Loading…
Reference in New Issue
llevar