保誠-保戶業務員媒合平台
Tomas
2022-01-25 e8e1a26bd0c3b5761780fb1ffdad3821a4c95306
PAMapp/pages/index.vue
@@ -79,7 +79,7 @@
      <PopUpFrame
        :isOpen.sync="isShowReAppointmentDialog"
        @closePopUp="removeUrlQueryParameter('notContactAppointmentId')"
        @closePopUp="removeUrlQueryParameter('notContactAppointmentIdFromMsg')"
      >
          <div class="pam-dialog-review">
              <div class="mt-30 text--middle" v-if="agentInfo">
@@ -338,7 +338,7 @@
        this.storeConsultantList();
        this.storageStrickQueryItem({ requirements: requirements });
        this.storageClearNotContactAppointmentIdFromMsg();
        this.removeUrlQueryParameter('notContactAppointmentId');
        this.removeUrlQueryParameter('notContactAppointmentIdFromMsg');
        this.$router.push('/recommendConsultant');
      });
    }
@@ -347,7 +347,7 @@
      appointmentService.cancelAppointment(this.appointmentDetail.id).then(() => {
        this.storeConsultantList();
        this.storageClearNotContactAppointmentIdFromMsg();
        this.removeUrlQueryParameter('notContactAppointmentId');
        this.removeUrlQueryParameter('notContactAppointmentIdFromMsg');
        this.$router.push('');
      });
    }