fix: 无法使用环境的变量
This commit is contained in:
parent
384711ee8b
commit
50d3f75a33
|
@ -240,10 +240,6 @@
|
|||
variables: this.currentScenario.variables, referenced: 'Created', enableCookieShare: this.enableCookieShare,
|
||||
environmentId: this.currentEnvironmentId, hashTree: [this.request]
|
||||
};
|
||||
if (this.isCustomizeReq) {
|
||||
debugData.environmentId = null;
|
||||
this.request.useEnvironment = null;
|
||||
}
|
||||
this.runData.push(debugData);
|
||||
/*触发执行操作*/
|
||||
this.reportId = getUUID().substring(0, 8);
|
||||
|
|
Loading…
Reference in New Issue