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 = '成功加入顧問清單') {