From cb8076dd2362a0717216fe11ade9323b4da9c1b1 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 18 Apr 2023 11:42:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=85=B3=E8=81=94=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=94=A8=E4=BE=8B=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=88=90=E6=98=BE=E7=A4=BA=E4=B8=8A=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E9=A1=B9=E7=9B=AE=E5=90=8E=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025486 --user=陈建星 【测试跟踪】测试计划-关联功能用例-列表数据仍显示上传一次切换项目的数据 https://www.tapd.cn/55049933/s/1363688 --- .../plan/view/comonents/functional/FunctionalRelevance.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 = [];