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/Consultant/ConsultantCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index e771df0..2210e4c 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -99,7 +99,7 @@ reserveCommunication() { const contactStatus = this.agentInfo.contactStatus; if (contactStatus !== 'reserved' && contactStatus !== 'contacted') { - isLogin() ? this.$router.push('/questionnaire') : this.$router.push('/login'); + isLogin() ? this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) : this.$router.push('/login'); } else { this.width = isMobileDevice() ? '80%' : ''; this.isVisibleDialog = true; -- Gitblit v1.8.0