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() {