From bc1da920e91baf547564ed06d5fe02bc16f97bc3 Mon Sep 17 00:00:00 2001 From: baiqi Date: Wed, 18 Sep 2024 16:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E8=84=91=E5=9B=BE=E6=A0=B9?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=96=B0=E5=BB=BA=E7=BC=BA=E9=99=B7=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1046619 --user=白奇 【测试计划】-脑图子级层级大于等级3的用例不能关联新建的用例 https://www.tapd.cn/55049933/s/1579951 --- .../business/ms-minders/testPlanFeatureCaseMinder/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/business/ms-minders/testPlanFeatureCaseMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanFeatureCaseMinder/index.vue index 3543cc8c2a..ef09a71980 100644 --- a/frontend/src/components/business/ms-minders/testPlanFeatureCaseMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanFeatureCaseMinder/index.vue @@ -175,6 +175,7 @@ testPlanCaseId: selectNode?.data?.id, caseId: selectNode?.data?.caseId, testPlanId: props.planId, + selectAll: batchMinderParams.minderModuleIds.includes('NONE'), ...batchMinderParams, }" :is-minder-batch="isMinderOperation"