From 9caa3f542e410115c94b1556dd1e3d932068c8e4 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Thu, 15 Jul 2021 16:01:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E4=BF=AE=E5=A4=8D=E5=AE=9E=E6=97=B6=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=8A=B6=E6=80=81=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EditApiScenario.vue | 2 +- .../api/automation/scenario/component/ApiComponent.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index eedcf56c21..3c93ab3b74 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -726,7 +726,7 @@ export default { arr[i].requestResult = this.debugResult.get(key); arr[i].result = null; arr[i].debug = this.debug; - this.findNode(arr[i].name, arr[i].index, arr[i].requestResult.success); + this.findNode(arr[i].name, arr[i].index, arr[i].requestResult[0].success); } } }, diff --git a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue index 58a9d5d0a0..721c6f6029 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -23,8 +23,8 @@ {{ $t('api_test.scenario.reference') }}