1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
72a7a09f44
commit
277881a8d1
|
@ -384,7 +384,6 @@ export default {
|
|||
}
|
||||
},
|
||||
created() {
|
||||
this.searchData.TrialId = this.$route.query.trialId
|
||||
this.getList()
|
||||
this.getTrialConfirmedCreiterionList()
|
||||
},
|
||||
|
@ -469,6 +468,7 @@ export default {
|
|||
// 获取列表
|
||||
async getList() {
|
||||
try {
|
||||
this.searchData.TrialId = this.$route.query.trialId
|
||||
let data = {}
|
||||
Object.keys(this.searchData).forEach((key) => {
|
||||
data[key] = this.searchData[key]
|
||||
|
|
Loading…
Reference in New Issue