fix(接口定义) 修复快捷调试另存用例问题
--bug=1006875 --user=赵勇 【接口定义】快捷调试另存为用例不会更新用例状态 https://www.tapd.cn/55049933/s/1051151
This commit is contained in:
parent
dc570d4f57
commit
8df24cd6b5
|
@ -418,6 +418,7 @@ export default {
|
||||||
if (tmp.id) {
|
if (tmp.id) {
|
||||||
url = "/api/testcase/update";
|
url = "/api/testcase/update";
|
||||||
} else {
|
} else {
|
||||||
|
tmp.request.id = getUUID();
|
||||||
tmp.id = tmp.request.id;
|
tmp.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") {
|
||||||
|
|
Loading…
Reference in New Issue