From 73307b0ada907f8ac857b3dfc4e7d50e3b7b92e9 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 24 一月 2022 16:24:52 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw: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