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