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