From 741f1e1919adfa5745d945ce50beb1a317881f8e Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 24 一月 2022 16:34:55 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3 --- PAMapp/components/Client/ClientCard.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index e010af8..0ff9748 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -261,12 +261,6 @@ viewAppointmentDetail(): void { this.getAppointmentDetail(this.client.id).then((_) => { - // setTimeout(() => { - // const unread = !this.client.consultantReadTime; - // if (unread) { - // this.readAppointment(); - // } - // }, 0); const unread = !this.client.consultantReadTime; if (unread) { this.readAppointment(); -- Gitblit v1.8.0