From 1fe3f4566c2f8adaf3e01ebb81f577438620b2a0 Mon Sep 17 00:00:00 2001 From: baiqi Date: Fri, 20 Dec 2024 16:19:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=8E=A7=E5=88=B6=E5=99=A8=E4=B8=8B=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=AF=B7=E6=B1=82=E7=8E=AF=E5=A2=83=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/api-test/scenario/components/step/stepTree.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/api-test/scenario/components/step/stepTree.vue b/frontend/src/views/api-test/scenario/components/step/stepTree.vue index b932702498..0f5b487236 100644 --- a/frontend/src/views/api-test/scenario/components/step/stepTree.vue +++ b/frontend/src/views/api-test/scenario/components/step/stepTree.vue @@ -1270,6 +1270,7 @@ id: request.stepId, uniqueId: request.stepId, projectId: appStore.currentProjectId, + refType: ScenarioStepRefType.DIRECT, }, activeStepByCreate.value, steps.value,