diff --git a/src/views/NegotiationPage.vue b/src/views/NegotiationPage.vue index 542175d..e2270e3 100644 --- a/src/views/NegotiationPage.vue +++ b/src/views/NegotiationPage.vue @@ -541,10 +541,11 @@ export default { negotiationId: this.negotiation.id, resourceId: resource, event: event + }).then(() => { + // update status and status select + this.$router.go(0) }) } - // update status and status select - this.$router.go(0) } }, transformString(string) {