fix: 测试用例文件上传接口报错
This commit is contained in:
parent
7a167d4454
commit
8bef1d999d
|
@ -432,6 +432,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
tmp.request.id = getUUID();
|
tmp.request.id = getUUID();
|
||||||
tmp.id = tmp.request.id;
|
tmp.id = tmp.request.id;
|
||||||
|
row.request.id = tmp.request.id;
|
||||||
tmp.request.path = this.api.path;
|
tmp.request.path = this.api.path;
|
||||||
if (tmp.request.protocol != "dubbo://" && tmp.request.protocol != "DUBBO") {
|
if (tmp.request.protocol != "dubbo://" && tmp.request.protocol != "DUBBO") {
|
||||||
tmp.request.method = this.api.method;
|
tmp.request.method = this.api.method;
|
||||||
|
|
Loading…
Reference in New Issue