From eab143abfb28b0aed92ff85f5c2194f3ed1fa305 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 14 Sep 2021 14:04:54 +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=8D=95=E6=9D=A1=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E6=89=A7=E8=A1=8C=E7=8A=B6=E6=80=81=E4=B8=BA=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/ApiScenarioList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index 52554f94ac..82d4029919 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -233,7 +233,7 @@ :dialog-title="$t('test_track.case.batch_edit_case')"/> - @@ -859,6 +859,7 @@ export default { return new Promise((resolve) => { this.result = this.$get("/api/automation/getApiScenario/" + scenarioId, response => { if (response.data) { + this.currentScenario = response.data; if (response.data.scenarioDefinition != null) { let obj = JSON.parse(response.data.scenarioDefinition); this.currentScenario.scenarioDefinition = obj;