From 9c5e3570b5992713cdf56395f0549a98c8d1e889 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 25 Nov 2024 15:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reviewers/curriculumVitae/index.vue | 1 + .../trials-panel/enrolled-reviewers/resume/index.vue | 11 ++++++++++- .../trials-panel/trial-summary/audit-record/index.vue | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/reviewers/curriculumVitae/index.vue b/src/views/reviewers/curriculumVitae/index.vue index c35c42a5..f7cd6257 100644 --- a/src/views/reviewers/curriculumVitae/index.vue +++ b/src/views/reviewers/curriculumVitae/index.vue @@ -290,6 +290,7 @@ export default { this.trialId = this.$route.query.trialId || zzSessionStorage.getItem('trialId') await this.setLanguage(this.$i18n.locale) + this.$updateDictionary() if (sessionStorage.getItem('reviewerId')) { this.reviewerId = sessionStorage.getItem('reviewerId') this.getDetail() diff --git a/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue b/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue index 6883faf6..851257e7 100644 --- a/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue +++ b/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue @@ -2,6 +2,7 @@