fix: 测试用例文件上传接口报错

This commit is contained in:
chenjianxing 2021-10-25 16:40:27 +08:00 committed by jianxing
parent 7a167d4454
commit 8bef1d999d
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ export default {
} else {
tmp.request.id = getUUID();
tmp.id = tmp.request.id;
row.request.id = tmp.request.id;
tmp.request.path = this.api.path;
if (tmp.request.protocol != "dubbo://" && tmp.request.protocol != "DUBBO") {
tmp.request.method = this.api.method;