From 78c1b57770edfb46c4d2556b0325de05eb3aaa2e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 9 Jan 2025 14:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E7=BB=93=E6=9E=9C=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/reading-tracking/components/ReviewResults.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/trials/trials-panel/reading/reading-tracking/components/ReviewResults.vue b/src/views/trials/trials-panel/reading/reading-tracking/components/ReviewResults.vue index b02d49ac..32001c3b 100644 --- a/src/views/trials/trials-panel/reading/reading-tracking/components/ReviewResults.vue +++ b/src/views/trials/trials-panel/reading/reading-tracking/components/ReviewResults.vue @@ -62,9 +62,7 @@ export default { reportCriterionId: null, trialId: null, activeName: 'reportsExport', - CDISCCriterionId:'', - reportConfigCriterionId: '', - CDISCCriterionId: '' + reportConfigCriterionId: '' } }, props: { @@ -86,9 +84,7 @@ export default { if (res.IsSuccess) { this.trialCriterionList = res.Result this.reportCriterionId = this.trialCriterionList[0].TrialReadingCriterionId - this.CDISCCriterionId = this.trialCriterionList[0].TrialReadingCriterionId this.reportConfigCriterionId = this.trialCriterionList[0].TrialReadingCriterionId - this.CDISCCriterionId = this.trialCriterionList[0].TrialReadingCriterionId } } catch(e) { console.log(e)