|
@@ -455,6 +455,7 @@ export default {
|
|
|
if (!this.$route.query.bizId_id) return
|
|
|
const bizId_id = analysisBizId_id(this.$route.query.bizId_id)
|
|
|
this.requirementId = bizId_id[1]
|
|
|
+ this.bugListQuery = { requireId: this.requirementId }
|
|
|
this.getRequirementById()
|
|
|
this.getCommentList()
|
|
|
this.getTaskStatus()
|