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);