From 8d823f18353363e61b11b547c443aff8bbf85d95 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 11 十一月 2021 17:05:14 +0800
Subject: [PATCH] TODO#130017 [預約前詢問] API 串接

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

diff --git a/PAMapp/components/AddAndReservedBtns.vue b/PAMapp/components/AddAndReservedBtns.vue
index bdc1244..41c3e04 100644
--- a/PAMapp/components/AddAndReservedBtns.vue
+++ b/PAMapp/components/AddAndReservedBtns.vue
@@ -51,7 +51,7 @@
     }
 
     reserveCommunication() {
-        isLogin() ? this.$router.push('/questionnaire') : this.$router.push('/login');
+        isLogin() ? this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) : this.$router.push('/login');
     }
 
     @Emit('openPopUp') openPopUp(popUpTxt: string = '����憿批��') {

--
Gitblit v1.8.0