From f3b1f97de5cd2bd1fdc4b747efa58a1f131c5a03 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 19 Jul 2021 14:31:03 +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):=E6=8E=A8=E8=8D=90=E6=96=AD=E8=A8=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=20#1005205=20--bug=3D1005205=20--us?= =?UTF-8?q?er=3D=E8=B5=B5=E5=8B=87=20=E3=80=90=E6=8E=A5=E5=8F=A3=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8C=96=E3=80=91=E2=80=9C=E6=8E=A8=E8=8D=90...=20htt?= =?UTF-8?q?ps://www.tapd.cn/55049933/s/1025823?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EditApiScenario.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index 67c5bb7d5d..c8e2aa42f2 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -683,7 +683,7 @@ export default { suggestClick(node) { this.response = {}; if (node.parent && node.parent.data.requestResult) { - this.response = node.parent.data.requestResult; + this.response = node.parent.data.requestResult[0]; } }, showAll() {