From dc0c60c6f5d40abcaf5564316c4e3364d9dd3258 Mon Sep 17 00:00:00 2001 From: AgAngle <1323481023@qq.com> Date: Tue, 21 Nov 2023 10:37:38 +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=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E5=90=8E=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=A8=A1=E5=9D=97=E6=A0=91=EF=BC=8C=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E6=95=B0=E6=97=B6=E6=B2=A1=E6=9C=89=E5=B8=A6?= =?UTF-8?q?=E4=B8=8A=E8=BF=87=E6=BB=A4=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1032598 --user=陈建星 【测试跟踪】github#27386,测试计划-执行用例,按模块筛选执行人,批量修改属性后页面刷新停留得不是当前模块而是默认展示所有数据,并且再次却换到对应模块列表数量展示不对 https://www.tapd.cn/55049933/s/1438412 --- .../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 5866380168..8029381acb 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 @@ -140,7 +140,7 @@ export default { this.refreshTreeByCaseFilter(); }, refreshTree() { - this.getNodeTreeByPlanId(); + this.getNodeTreeByPlanId(this.condition); }, clearSelectNode() { this.selectNodeIds = [];