From a628d75217ff569adc7007814abebd8552b96595 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 29 Apr 2026 09:32:10 +0800 Subject: [PATCH] 1 --- .../trials/trials-panel/reading/read-task/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 0d1f56bd..7f2faafc 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -177,7 +177,9 @@ custom-class="base-dialog-wrapper"> -

{{ $t('trials:readTask:applyReread:title').replace('xxx', rowData.SubjectCode).replace('yyy', rowData.TaskName) }}

+

{{ $t('trials:readTask:applyReread:title').replace('xxx', rowData.SubjectCode).replace('yyy', + rowData.TaskName) + }}

{{ $t('trials:readTask:title:applyReason') }} @@ -201,7 +203,7 @@ + ]" v-if="rowData.ReadingTool !== 3"> {{ item.label }} @@ -443,7 +445,7 @@ export default { } var routeData = this.$router.resolve({ path }) let imageToolType = row.ReadingTool === 1 ? 2 : 1 - const res = await getAutoCutNextTask({imageToolType}) + const res = await getAutoCutNextTask({ imageToolType }) let IsDoubleScreen = false if (res.IsSuccess) { IsDoubleScreen = res.Result.IsDoubleScreen @@ -471,7 +473,8 @@ export default { this.ApplyforReasonVisible = true this.ApplyforReasonForm = { Type: null, - Remake: null + Remake: null, + IsCopyOrigenalForms: this.rowData.ReadingTool === 3 ? false : null } this.loading = false }).catch(() => { this.loading = false })