uat
parent
21dab27e0b
commit
5676bb6e57
|
@ -348,7 +348,7 @@ export default {
|
|||
studyList: [],
|
||||
trialId: this.$route.query.trialId,
|
||||
moment,
|
||||
relationInfo: null,
|
||||
relationInfo: {},
|
||||
trialBodyPartTypes: [],
|
||||
trialModalitys: [],
|
||||
btnLoading: false,
|
||||
|
@ -417,15 +417,12 @@ export default {
|
|||
this.studyList = res.Result
|
||||
this.studyLoading = false
|
||||
this.relationInfo = res.OtherInfo
|
||||
console.log(this.relationInfo)
|
||||
this.trialBodyPartTypes = this.relationInfo.BodyPartTypes
|
||||
? this.relationInfo.BodyPartTypes.split('|')
|
||||
: []
|
||||
this.trialModalitys = this.relationInfo.Modalitys
|
||||
? this.relationInfo.Modalitys.split('|')
|
||||
: []
|
||||
console.log(this.trialBodyPartTypes)
|
||||
console.log(this.trialModalitys)
|
||||
})
|
||||
.catch(() => {
|
||||
this.studyLoading = false
|
||||
|
|
Loading…
Reference in New Issue