From 861dfb52a01486943768b30a467424f51ef1cddf Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 24 一月 2022 16:59:42 +0800
Subject: [PATCH] update#134746: 客戶收到簡訊通知"有過久無回應的顧問",點擊簡訊/email url 後,進入此流程 - 採取行動後,清除該 url query parameter

---
 PAMapp/pages/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 286c1ff..1aec34c 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -335,10 +335,10 @@
     reAppointment(): void {
       appointmentService.cancelAppointment(this.appointmentDetail.id).then(() => {
         const requirements = this.appointmentDetail.requirement.split(',');
-        console.log('requirements', requirements)
         this.storeConsultantList();
         this.storageStrickQueryItem({ requirements: requirements });
         this.storageClearNotContactAppointmentIdFromMsg();
+        this.removeUrlQueryParameter('notContactAppointmentId');
         this.$router.push('/recommendConsultant');
       });
     }
@@ -347,6 +347,7 @@
       appointmentService.cancelAppointment(this.appointmentDetail.id).then(() => {
         this.storeConsultantList();
         this.storageClearNotContactAppointmentIdFromMsg();
+        this.removeUrlQueryParameter('notContactAppointmentId');
         this.$router.push('');
       });
     }

--
Gitblit v1.8.0