From 3c0d9ababd0d9b1c171db793e807d787865ebb56 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 9 Sep 2021 10:52:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=A0=91=E6=9C=AA=E5=8A=A0=E8=BD=BD=E6=95=B0?= =?UTF-8?q?=E6=8D=AE#1006453?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1006453 --user=lyh 【github#5998】测试计划中第二次关联测试计划,左边的测试模块不展示了 https://www.tapd.cn/55049933/s/1044941 --- .../view/comonents/functional/TestCaseFunctionalRelevance.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue b/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue index 18f07533c0..b394f82cfc 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue @@ -169,6 +169,9 @@ export default { if (this.$refs.table) { this.$refs.table.clear(); } + if (this.projectId) { + this.getProjectNode(this.projectId); + } }, setProject(projectId) { this.projectId = projectId;