保誠-保戶業務員媒合平台
wayne
2021-11-16 647946725fdb607c8dbcabf30e4a5a94eab2561c
PAMapp/components/Consultant/ConsultantCard.vue
@@ -135,7 +135,7 @@
    get hopeContactTime() {
        const contactList = this.appointmentDetail.hopeContactTime
            .split("'").map(item => item.slice(0, item.length - 1));
            .split("'").map(item => item.slice(0, item.length));
        return contactList.filter(item => !!item)
    }
    reserveCommunication() {