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 @@
-
+ ApplyforReasonForm.IsCopyFollowForms = false">
{{
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') // '阅片记录错误'