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;