fix: (接口定义) 将接口另存为新用例后,方法名会被前端自动替换为协议 (#1341)
This commit is contained in:
parent
bd2596a603
commit
eb589b741e
|
@ -288,7 +288,6 @@
|
|||
url = "/api/testcase/update";
|
||||
} else {
|
||||
tmp.request.path = this.api.path;
|
||||
tmp.request.method = this.api.method;
|
||||
}
|
||||
if (tmp.tags instanceof Array) {
|
||||
tmp.tags = JSON.stringify(tmp.tags);
|
||||
|
|
Loading…
Reference in New Issue