From 8956474e0072133a8650e4a23bcd6b2a3235688a Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 15 十一月 2021 18:21:05 +0800
Subject: [PATCH] update: TOOD#130022 我的顧問清單: 串接移除顧問 API

---
 PAMapp/components/Client/ClientCard.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index df1fceb..038ec5a 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -114,7 +114,7 @@
     }
 
     markAppointment() {
-        markAsContact(this.client.id).then(res => console.log(res))
+        markAsContact(this.client.id).then(res => this.$router.go(0))
     }
 
 }

--
Gitblit v1.8.0