remove(console.log): refs #4131 quitar console log
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
14753212bb
commit
e504ad313c
|
@ -64,7 +64,6 @@ class Controller extends Summary {
|
||||||
ticketFk: 'id' in this.ticket ? this.ticket.id : this.$params.id,
|
ticketFk: 'id' in this.ticket ? this.ticket.id : this.$params.id,
|
||||||
code: value
|
code: value
|
||||||
};
|
};
|
||||||
console.log('entra');
|
|
||||||
this.$http.post(`Tickets/state`, params)
|
this.$http.post(`Tickets/state`, params)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
if ('id' in this.$params) this.reload();
|
if ('id' in this.$params) this.reload();
|
||||||
|
|
Loading…
Reference in New Issue