1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2024-11-25 14:49:00 +08:00
parent 72a7a09f44
commit 277881a8d1
1 changed files with 1 additions and 1 deletions

View File

@ -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]