From ee176ad091b8c50b17cb489780cb6acc6cb58458 Mon Sep 17 00:00:00 2001 From: jianxing Date: Wed, 16 Aug 2023 10:17:12 +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=8A=9F=E8=83=BD=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E6=8C=89=E6=9D=A1=E4=BB=B6=E7=AD=9B=E9=80=89=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=88=87=E6=8D=A2=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=EF=BC=8C=E6=A8=A1=E5=9D=97=E6=A0=91=E7=94=A8=E4=BE=8B=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1028012 --user=陈建星 【测试跟踪】测试计划-功能测试用例-执行用例-筛选执行结果为未执行-执行用例后左侧模块树数量未更新 https://www.tapd.cn/55049933/s/1404194 --- .../plan/view/comonents/functional/TestPlanFunctional.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue index 84989c16da..51334908cd 100644 --- a/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue +++ b/test-track/frontend/src/business/plan/view/comonents/functional/TestPlanFunctional.vue @@ -133,7 +133,7 @@ export default { this.condition.name = undefined; } this.clearSelectNode(); - this.initData(); + this.getNodeTreeByPlanId(this.condition); } }, methods: {