阅片结果更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-01-09 14:52:30 +08:00
parent 39ce8fd355
commit 78c1b57770
1 changed files with 1 additions and 5 deletions

View File

@ -62,9 +62,7 @@ export default {
reportCriterionId: null, reportCriterionId: null,
trialId: null, trialId: null,
activeName: 'reportsExport', activeName: 'reportsExport',
CDISCCriterionId:'', reportConfigCriterionId: ''
reportConfigCriterionId: '',
CDISCCriterionId: ''
} }
}, },
props: { props: {
@ -86,9 +84,7 @@ export default {
if (res.IsSuccess) { if (res.IsSuccess) {
this.trialCriterionList = res.Result this.trialCriterionList = res.Result
this.reportCriterionId = this.trialCriterionList[0].TrialReadingCriterionId this.reportCriterionId = this.trialCriterionList[0].TrialReadingCriterionId
this.CDISCCriterionId = this.trialCriterionList[0].TrialReadingCriterionId
this.reportConfigCriterionId = this.trialCriterionList[0].TrialReadingCriterionId this.reportConfigCriterionId = this.trialCriterionList[0].TrialReadingCriterionId
this.CDISCCriterionId = this.trialCriterionList[0].TrialReadingCriterionId
} }
} catch(e) { } catch(e) {
console.log(e) console.log(e)