From f4ff5a6a7156417f23302ca86896a85d2937ce6a Mon Sep 17 00:00:00 2001
From: 劉鈞霖 <benson@gmail.com>
Date: 星期一, 15 十一月 2021 18:29:52 +0800
Subject: [PATCH] Merge branch 'master' of ssh://dev.pollex.com.tw:29418/pcalife/PAM

---
 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