bug fixed

This commit is contained in:
Gerard 2018-11-21 12:41:08 +01:00
parent cc542eccbe
commit 30a6d71578
1 changed files with 1 additions and 1 deletions

View File

@ -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})
);
}
}