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 cc7d5c57..6c3b778c 100644
--- a/src/views/trials/trials-panel/reading/read-task/index.vue
+++ b/src/views/trials/trials-panel/reading/read-task/index.vue
@@ -207,14 +207,14 @@
-
{{
item.label }}
-
+ -->
{{ $t('trials:readTask:title:influenceList') }}
@@ -354,13 +354,11 @@ export default {
RequestReReadingReason: null,
IsCopyOrigenalForms: null,
IsCopyFollowForms: null,
- IsCopyLesionAnswer: null
},
InfluenceTaskList: [],
rules: {
Type: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }],
IsCopyOrigenalForms: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }],
- IsCopyLesionAnswer: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }],
RequestReReadingReason: [{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' }]
},
trialCriterionList: [],
@@ -478,7 +476,7 @@ export default {
IsCopyOrigenalForms: this.ApplyforReasonForm.IsCopyOrigenalForms,
IsCopyFollowForms: this.ApplyforReasonForm.IsCopyFollowForms,
RequestReReadingType: 1,
- IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyLesionAnswer,
+ IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms,
RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '阅片记录错误'
}
applyReReading(params).then(res => {