From 93b7477aa651b492d7c1bbb94ae73adc569d9c40 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 15:09:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E4=BA=BA=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E9=87=8D=E9=98=85=E6=97=B6=EF=BC=9A=E6=98=AF=E5=90=A6=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=90=8E=E7=BB=AD=E8=AE=BF=E8=A7=86=E9=98=85=E7=89=87?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=9A=84=E9=80=89=E9=A1=B9=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E6=A0=B9=E6=8D=AE=E9=98=85=E7=89=87=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/read-task/index.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 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 47bdfb0b..183d3779 100644 --- a/src/views/trials/trials-panel/reading/read-task/index.vue +++ b/src/views/trials/trials-panel/reading/read-task/index.vue @@ -208,7 +208,7 @@ @@ -375,6 +375,16 @@ export default { } } }, + computed: { + isTumor() { + let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.TrialReadingCriterionId) + if (criterion) { + return [1, 18, 2, 3, 7].includes(Number(criterion.CriterionType)) + } else { + return false + } + } + }, mounted() { this.trialId = this.$route.query.trialId this.getTrialCriterionList() @@ -470,8 +480,8 @@ export default { if (!valid) return this.loading = true this.btnLoading = true - if (!this.ApplyforReasonForm.IsCopyOrigenalForms) { - this.ApplyforReasonForm.IsCopyFollowForms = null + if (!this.ApplyforReasonForm.IsCopyOrigenalForms || !this.isTumor) { + this.ApplyforReasonForm.IsCopyFollowForms = false } var params = { TaskIdList: [