Fix goto redirection

This commit is contained in:
Jonas Plum
2021-12-18 11:03:45 +01:00
parent cd6ed0feed
commit 529d97d823

View File

@@ -182,7 +182,7 @@ export default Vue.extend({
} }
this.$router.push({ this.$router.push({
name: "Ticket", name: "Ticket",
params: { id: this.goto.toString() } params: { id: this.goto.toString(), type: "-" }
}); });
}, },
openTicketList: function (type: string) { openTicketList: function (type: string) {