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 6c3b778c..583a23d5 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -474,9 +474,9 @@ export default { ], TrialId: this.$route.query.trialId, IsCopyOrigenalForms: this.ApplyforReasonForm.IsCopyOrigenalForms, - IsCopyFollowForms: this.ApplyforReasonForm.IsCopyFollowForms, + IsCopyFollowForms: this.ApplyforReasonForm.IsCopyOrigenalForms, RequestReReadingType: 1, - IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms, + // IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms, RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '阅片记录错误' } applyReReading(params).then(res => {