PAMapp/components/Client/ClientCard.vue @@ -114,7 +114,7 @@ } markAppointment() { markAsContact(this.client.id).then(res => console.log(res)) markAsContact(this.client.id).then(res => this.$router.go(0)) } }