阅片结果更改
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,
|
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)
|
||||||
|
|
Loading…
Reference in New Issue