@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user