From 951c39dd069030a37b4d718b859dfb118269e433 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 15 十一月 2021 17:57:25 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/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