fix(接口测试): 单步骤调试获取不到host的缺陷
--bug=1034463 --user=王孝刚 【接口测试】github#28419,【接口测试】环境配置设置按启用条件匹配环境,在场景编辑页面执行单步骤,获取不到 host https://www.tapd.cn/55049933/s/1452868
This commit is contained in:
parent
373b05a448
commit
ebe66238a1
|
@ -473,7 +473,6 @@ export default {
|
||||||
}
|
}
|
||||||
this.request.debug = true;
|
this.request.debug = true;
|
||||||
this.request.active = true;
|
this.request.active = true;
|
||||||
this.request.id = this.request.id + '_' + this.request.resourceId;
|
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
this.runData = [];
|
this.runData = [];
|
||||||
if (selectEnvId) {
|
if (selectEnvId) {
|
||||||
|
|
Loading…
Reference in New Issue