From a663f6fa4ed1a3cf662df10510c88635419fab95 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 10:54:57 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/read-task/index.vue | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/trials/trials-panel/reading/read-task/index.vue b/src/views/trials/trials-panel/reading/read-task/index.vue index 583a23d5..5ec5b099 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -201,20 +201,22 @@ - + {{ item.label }} - + {{ $t('trials:readTask:title:influenceList') }} @@ -353,7 +355,7 @@ export default { Type: null, RequestReReadingReason: null, IsCopyOrigenalForms: null, - IsCopyFollowForms: null, + IsCopyFollowForms: false, }, InfluenceTaskList: [], rules: { @@ -474,7 +476,7 @@ export default { ], TrialId: this.$route.query.trialId, IsCopyOrigenalForms: this.ApplyforReasonForm.IsCopyOrigenalForms, - IsCopyFollowForms: this.ApplyforReasonForm.IsCopyOrigenalForms, + IsCopyFollowForms: this.ApplyforReasonForm.IsCopyFollowForms, RequestReReadingType: 1, // IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms, RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '阅片记录错误'