fix(接口自动化): 修复执行选择环境问题
This commit is contained in:
parent
cdbaa1c208
commit
a3ccde7ea6
|
@ -104,11 +104,6 @@
|
|||
threadGroup.hashTree = [];
|
||||
testPlan.hashTree = [threadGroup];
|
||||
this.runData.forEach(item => {
|
||||
if (!item.useEnvironment) {
|
||||
this.$error(this.$t("api_test.environment.select_environment"));
|
||||
this.$emit('runRefresh', {});
|
||||
return;
|
||||
}
|
||||
threadGroup.hashTree.push(item);
|
||||
})
|
||||
let reqObj = {id: this.reportId, testElement: testPlan};
|
||||
|
|
Loading…
Reference in New Issue