fix(接口测试): 修复执行条件控制器下的请求会影响别的请求的缺陷

--bug=1033058 --user=王孝刚 【接口测试】接口自动化-执行条件控制器内请求-不在控制器内请求也被执行了 https://www.tapd.cn/55049933/s/1447454
This commit is contained in:
wxg0103 2023-12-22 14:28:17 +08:00 committed by 刘瑞斌
parent 8a1db58c36
commit 526b4a5623

View File

@ -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) {