From fc811285286c64da4fd04b85792c1a543ca77483 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Thu, 19 Aug 2021 15:30:41 +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=9C=BA=E6=99=AF=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=A8=A1=E5=BC=8F=E9=BB=98=E8=AE=A4=E5=80=BC=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=97=AE=E9=A2=98=20#1005687=20--bug=3D1005687=20--us?= =?UTF-8?q?er=3D=E8=B5=B5=E5=8B=87=20=E3=80=90=E6=8E=A5=E5=8F=A3=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E3=80=91=E5=AF=BC=E5=85=A5=E6=8E=A5=E5=8F=A3...=20htt?= =?UTF-8?q?ps://www.tapd.cn/55049933/s/1036723?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/scenario/common/ScenarioImport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/common/ScenarioImport.vue b/frontend/src/business/components/api/automation/scenario/common/ScenarioImport.vue index d38eda2577..9ec1bdc596 100644 --- a/frontend/src/business/components/api/automation/scenario/common/ScenarioImport.vue +++ b/frontend/src/business/components/api/automation/scenario/common/ScenarioImport.vue @@ -185,7 +185,6 @@ this.currentModule = module; this.visible = true; listenGoBack(this.close); - }, upload(file) { this.formData.file = file.file; @@ -255,7 +254,8 @@ close() { this.formData = { file: undefined, - swaggerUrl: '' + swaggerUrl: '', + modeId: this.formData.modeId, }; this.fileList = []; removeGoBackListener(this.close);