fix(接口自动化): 自定义请求步骤不能执行
This commit is contained in:
parent
add62bacaa
commit
c59cc92f28
|
@ -251,6 +251,7 @@
|
|||
this.reload();
|
||||
},
|
||||
run() {
|
||||
if (this.isApiImport) {
|
||||
if (!this.envMap || this.envMap.size === 0) {
|
||||
this.$warning("请在环境配置中为该步骤所属项目选择运行环境!");
|
||||
return false;
|
||||
|
@ -261,6 +262,8 @@
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.request.active = true;
|
||||
this.loading = true;
|
||||
this.runData = [];
|
||||
|
|
Loading…
Reference in New Issue