From 21bcd1fddb2ba55ba0d27e146190e03918e00f6e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 10 Jul 2026 15:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=9C=89=E9=A1=BA=E5=BA=8F=E9=98=85?= =?UTF-8?q?=E7=89=87=E7=9A=84=E6=97=B6=E6=98=BE=E7=A4=BA=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=90=8E=E7=BB=AD=E4=BB=BB=E5=8A=A1=E9=98=85?= =?UTF-8?q?=E7=89=87=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/reading/read-task/index.vue | 9 +++++---- 1 file changed, 5 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 6b55e023..ec738944 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -214,7 +214,7 @@ @@ -491,9 +491,9 @@ export default { if (!valid) return this.loading = true this.btnLoading = true - // if (!this.ApplyforReasonForm.IsCopyOrigenalForms || !this.isTumor) { - // this.ApplyforReasonForm.IsCopyFollowForms = false - // } + if (!this.ApplyforReasonForm.IsCopyOrigenalForms) { + this.ApplyforReasonForm.IsCopyFollowForms = false + } var params = { TaskIdList: [ this.rowData.Id @@ -505,6 +505,7 @@ export default { // IsCopyLesionAnswer: this.ApplyforReasonForm.IsCopyOrigenalForms, RequestReReadingReason: this.ApplyforReasonForm.Type === 2 ? this.ApplyforReasonForm.RequestReReadingReason : this.$t('trials:readTask:option:errorRecords') // '阅片记录错误' } + console.log(params) applyReReading(params).then(res => { this.loading = false this.btnLoading = false