diff --git a/ui/src/App.vue b/ui/src/App.vue index e065924..f824974 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -182,7 +182,7 @@ export default Vue.extend({ } this.$router.push({ name: "Ticket", - params: { id: this.goto.toString() } + params: { id: this.goto.toString(), type: "-" } }); }, openTicketList: function (type: string) {