fix: 无法使用环境的变量

This commit is contained in:
chenjianxing 2021-02-01 18:50:54 +08:00
parent 384711ee8b
commit 50d3f75a33
1 changed files with 0 additions and 4 deletions

View File

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