fix: 测试用例无法展示关联的缺陷

--bug=1009049 --user=陈建星 【测试跟踪】脑图创建、关联的缺陷,在列表-用例详情里没显示 https://www.tapd.cn/55049933/s/10840777
This commit is contained in:
chenjianxing 2021-12-21 11:57:34 +08:00 committed by jianxing
parent 3700947f0f
commit 26186a2ee0
1 changed files with 2 additions and 2 deletions

View File

@ -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') {