保誠-保戶業務員媒合平台
wayne
2022-01-22 8fb0516d2d4791ce41a541407ce3a6fe82541455
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 {