保誠-保戶業務員媒合平台
劉鈞霖
2021-11-15 f4ff5a6a7156417f23302ca86896a85d2937ce6a
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 = '成功加入顧問清單') {