mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(接口测试): 修复执行条件控制器下的请求会影响别的请求的缺陷
--bug=1033058 --user=王孝刚 【接口测试】接口自动化-执行条件控制器内请求-不在控制器内请求也被执行了 https://www.tapd.cn/55049933/s/1447454
This commit is contained in:
parent
8a1db58c36
commit
526b4a5623
@ -473,6 +473,7 @@ export default {
|
||||
}
|
||||
this.request.debug = true;
|
||||
this.request.active = true;
|
||||
this.request.id = this.request.id + '_' + this.request.resourceId;
|
||||
this.loading = true;
|
||||
this.runData = [];
|
||||
if (selectEnvId) {
|
||||
|
Loading…
Reference in New Issue
Block a user