wangziqian 4 éve
szülő
commit
bdd21dc73a

+ 1 - 0
src/views/projectManage/requirement/requirementDetail.vue

@@ -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()