diff --git a/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalRelevance.vue b/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalRelevance.vue index 02ee8a34e6..6f335bdb35 100644 --- a/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalRelevance.vue +++ b/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalRelevance.vue @@ -215,9 +215,6 @@ export default { }, }, watch: { - selectNodeIds() { - this.getTestCases(); - }, projectId(val) { this.setConditionModuleIdParam(); this.page.condition.projectId = this.projectId; @@ -298,6 +295,7 @@ export default { this.$refs.table.condition.selectAll = false; this.selectNodeIds = nodeIds; this.selectNodeNames = nodeNames; + this.getTestCases(); }, close() { this.selectNodeIds = [];