From d8c7a3c1d883f4cf67921a4c17939dfa4e214f51 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 13 Sep 2021 16:40:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(=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=BE=AA=E7=8E=AF=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=90=8E=E7=8A=B6=E6=80=81=E7=A0=81=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20--bug=3D1006465=20--user=3D=E8=B5=B5?= =?UTF-8?q?=E5=8B=87=20=E3=80=90github#6020=E3=80=91=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E7=9A=84...=20https://www.tapd.cn/55049933/s/1046076?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scenario/component/ApiComponent.vue | 28 +++++- .../components/response/RequestMetric.vue | 91 ++++++++++--------- 2 files changed, 75 insertions(+), 44 deletions(-) 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 b83ab2f084..0d82ce1002 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -26,13 +26,13 @@ {{ $t('commons.testing') }} - - {{ request.requestResult[0].success ? 'success' : 'error' }} + + {{ request.requestResult[0].success && reqSuccess ? 'success' : 'error' }}