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() {
|
created() {
|
||||||
this.searchData.TrialId = this.$route.query.trialId
|
|
||||||
this.getList()
|
this.getList()
|
||||||
this.getTrialConfirmedCreiterionList()
|
this.getTrialConfirmedCreiterionList()
|
||||||
},
|
},
|
||||||
|
@ -469,6 +468,7 @@ export default {
|
||||||
// 获取列表
|
// 获取列表
|
||||||
async getList() {
|
async getList() {
|
||||||
try {
|
try {
|
||||||
|
this.searchData.TrialId = this.$route.query.trialId
|
||||||
let data = {}
|
let data = {}
|
||||||
Object.keys(this.searchData).forEach((key) => {
|
Object.keys(this.searchData).forEach((key) => {
|
||||||
data[key] = this.searchData[key]
|
data[key] = this.searchData[key]
|
||||||
|
|
Loading…
Reference in New Issue