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