|
@@ -273,8 +273,8 @@ export default {
|
|
type: ""
|
|
type: ""
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- secret: this.$route.query.secret,
|
|
|
|
- ProjId: this.$route.query.projId
|
|
|
|
|
|
+ secret: this.secret,
|
|
|
|
+ ProjId: this.projectId
|
|
}
|
|
}
|
|
if (this.mess.buildId == "all") {
|
|
if (this.mess.buildId == "all") {
|
|
param.data.criteria.id = this.mess.ProjId
|
|
param.data.criteria.id = this.mess.ProjId
|