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