diff --git a/src/views/resumeInfo/index.vue b/src/views/resumeInfo/index.vue index 75393cca..aee1c71e 100644 --- a/src/views/resumeInfo/index.vue +++ b/src/views/resumeInfo/index.vue @@ -191,6 +191,7 @@ export default { if (res.Result) { this.holiday = res.Result.InHoliday ? 'Yes' : 'No' this.doctorInfo = res.Result + !this.doctorInfo.ResearchPublicationView ? this.doctorInfo.ResearchPublicationView = {} : ''; this.title = `${this.doctorInfo.BasicInfoView.FirstName} ${this.doctorInfo.BasicInfoView.LastName}${this.$t('resumeInfo:title:Details')}` this.htmlTitle = this.title this.initStatus()