保誠-保戶業務員媒合平台
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">
@@ -270,7 +270,6 @@
    @Watch('myConsultantList')
    onMyConsultantListChange() {
      this.consultantList = (this.myConsultantList || [])
        .filter(item => item.contactStatus !== 'contacted')
        .map((item) => ({ ...item, formatDate: new Date(item.updateTime || item.createTime)}))
        .sort((preItem, nextItem) => +nextItem.formatDate - +preItem.formatDate);
@@ -338,7 +337,7 @@
        this.storeConsultantList();
        this.storageStrickQueryItem({ requirements: requirements });
        this.storageClearNotContactAppointmentIdFromMsg();
        this.removeUrlQueryParameter('notContactAppointmentId');
        this.removeUrlQueryParameter('notContactAppointmentIdFromMsg');
        this.$router.push('/recommendConsultant');
      });
    }
@@ -347,7 +346,7 @@
      appointmentService.cancelAppointment(this.appointmentDetail.id).then(() => {
        this.storeConsultantList();
        this.storageClearNotContactAppointmentIdFromMsg();
        this.removeUrlQueryParameter('notContactAppointmentId');
        this.removeUrlQueryParameter('notContactAppointmentIdFromMsg');
        this.$router.push('');
      });
    }