Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
itimor committed May 9, 2021
1 parent 80426f6 commit e1eccfb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/src/views/ticket/u_ticket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ export default {
relation: this.ticket.participant,
}
);
this.$refs[dataForm].valconsolidate((valid) => {
if (valid) {
ticket
.requestPost(data)
.then((res) => {
Expand All @@ -534,9 +532,9 @@ export default {
});
this.$router.push({ path: "/my_ticket" });
})
.catch(() => {});
}
});
.catch(e => {
console.log(e)
});
},
},
};
Expand Down

0 comments on commit e1eccfb

Please sign in to comment.