fix (接口自动化): 修复场景导入模式默认值选择问题 #1005687
--bug=1005687 --user=赵勇 【接口测试】导入接口... https://www.tapd.cn/55049933/s/1036723
This commit is contained in:
parent
8e3889e357
commit
fc81128528
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue