diff --git a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue index fda4596f81..e2c546db5b 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue @@ -119,9 +119,9 @@ export default { if (this.tabActiveName === 'demand') { this.getDemandOptions(); } else if (this.tabActiveName === 'bug') { - if (this.$refs.issue) { + this.$nextTick(() => { this.$refs.issue.getIssues(); - } + }); } else if (this.tabActiveName === 'relationship') { this.$refs.relationship.open(); } else if (this.tabActiveName === 'attachment') {