From 2aed1743e4b0d8fbf41158f3f47a607093d66317 Mon Sep 17 00:00:00 2001 From: Coooder-X <55648333+Coooder-X@users.noreply.github.com> Date: Wed, 20 Jan 2021 20:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B5=8B=E8=AF=95-=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96-=E5=9C=BA=E6=99=AF-=E4=BF=AE=E6=94=B9=E5=9C=BA?= =?UTF-8?q?=E6=99=AF=E6=97=B6=E6=8F=8F=E8=BF=B0=E4=BF=A1=E6=81=AF=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=20(#1223)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EditApiScenario.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index f0843743bf..7f67e9d0e3 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -854,6 +854,7 @@ this.result = this.$get("/api/automation/getApiScenario/" + this.currentScenario.id, response => { if (response.data) { this.path = "/api/automation/update"; + this.currentScenario.description = response.data.description; if (response.data.scenarioDefinition != null) { let obj = JSON.parse(response.data.scenarioDefinition); if (obj) {