fix(接口测试): 修复变量命名不对的问题

修复页面变量命名不对的问题
This commit is contained in:
song-tianyang 2022-02-08 14:25:12 +08:00 committed by CountryBuilder
parent 4cb1e8d646
commit 1f0161b190
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ export default {
request.hashTree.push(request.backScript);
}
let newUuid = getUUID();
request.id = uuid;
request.id = newUuid;
let obj = {
apiDefinitionId: this.api.id,
name: '',