diff --git a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue index 95c2f6341b..02cbbc9057 100644 --- a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue @@ -410,7 +410,8 @@ function insertNode(node: PlanMinderNode, type: string) { if ( (node.data?.level === 2 && type === 'AppendChildNode') || - (node.data?.level === 1 && type === 'AppendSiblingNode') + (node.data?.level === 1 && type === 'AppendSiblingNode') || + node.data?.level > 2 ) { return; }