From b9fddc0a4bc2c51a344af18998dfa32c9afa49f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Mon, 29 Jan 2024 15:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E5=A4=B4=E8=A1=94=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=8A=A5=E9=94=991?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/resumeInfo/index.vue | 1 + 1 file changed, 1 insertion(+) 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()