From 2f8b88b51f57610c2932c2d31d0c96fa369ea579 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 23 Dec 2025 17:43:53 +0800 Subject: [PATCH] 1 --- src/views/trials/trials-panel/reading/read-task/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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 => {