阅片结果更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
39ce8fd355
commit
78c1b57770
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue