bug fixed
This commit is contained in:
parent
cc542eccbe
commit
30a6d71578
|
@ -12,7 +12,7 @@ class Controller {
|
|||
|
||||
onSubmit() {
|
||||
this.$.watcher.submit().then(
|
||||
json => this.$state.go('ticket.card.request.index', {id: $state.params.id})
|
||||
json => this.$state.go('ticket.card.request.index', {id: this.$state.params.id})
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue