保誠-保戶業務員媒合平台
Mila
2022-01-21 633a43b1bc57187983d8bbe85f2e835026cc37b6
PAMapp/components/Client/ClientCard.vue
@@ -268,7 +268,9 @@
    }
    navigateToCloseAppointment(): void {
      this.$router.push(`/appointment/${this.client.id}/close`);
      this.getAppointmentDetail(this.client.id).then((_) => {
        this.$router.push(`/appointment/${this.client.id}/close`);
      });
    }
    inviteReview(): void {