From 8ee24dd8acf6dca6d6b8c51d05a8e82bf3d3eb33 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 16 Jun 2022 14:26:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E8=84=91=E5=9B=BE=E5=B0=86=E7=9B=B8=E9=82=BB=E7=9A=84=E4=B8=B4?= =?UTF-8?q?=E6=97=B6=E8=8A=82=E7=82=B9=E6=89=B9=E9=87=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=94=A8=E4=BE=8B=EF=BC=8C=E4=BF=9D=E5=AD=98=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014159 --user=陈建星 【测试跟踪】功能用例脑图模式,模块下批量修改下级主题为用例,有报错 https://www.tapd.cn/55049933/s/1183897 --- .../business/components/track/common/minder/TestCaseMinder.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue index d41fc57da9..56ae81f6d5 100644 --- a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue +++ b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue @@ -483,7 +483,7 @@ name: "TestCaseMinder", } else { testCase.moveMode = 'APPEND'; } - } else if (this.isCaseNode(nextNode)) { + } else if (this.isCaseNode(nextNode) && !nextNode.data.isExtraNode) { let nextId = nextNode.data.id; if (nextId && nextId.length > 15) { testCase.targetId = nextId;