fix(接口定义): 修复场景导入没有创建模块的缺陷
--bug=1018384 --user=王孝刚 【接口测试】接口自动化将模块放入未规划后再放回与未规划同级别,然后再导入文件「导入文件存在相同模块」导入后回新建同名模块 https://www.tapd.cn/55049933/s/1266679
This commit is contained in:
parent
b3c5d4e454
commit
404830ef69
|
@ -310,6 +310,7 @@ export default {
|
|||
swaggerUrl: '',
|
||||
modeId: this.formData.modeId,
|
||||
moduleId: '',
|
||||
coverModule: false
|
||||
};
|
||||
this.fileList = [];
|
||||
removeGoBackListener(this.close);
|
||||
|
|
Loading…
Reference in New Issue