fix(接口自动化): 引用不改

--user=郭雨琦 api和case复制可以修改_删除前面不显示
This commit is contained in:
guoyuqi 2021-11-24 18:52:53 +08:00 committed by 刘瑞斌
parent 8ab9f8444e
commit bf028cab58
1 changed files with 0 additions and 6 deletions

View File

@ -483,7 +483,6 @@ export default {
this.isShowNum = true;
}
this.request.id = response.data.id;
this.request.disabled = true;
this.request.root = true;
this.request.projectId = response.data.projectId;
let req = JSON.parse(response.data.request);
@ -493,8 +492,6 @@ export default {
}
this.reload();
this.sort();
} else {
this.request.referenced = "Deleted";
}
})
}
@ -526,7 +523,6 @@ export default {
this.isShowNum = true;
}
this.request.id = response.data.id;
this.request.disabled = true;
this.request.root = true;
this.request.projectId = response.data.projectId;
let req = JSON.parse(response.data.request);
@ -536,8 +532,6 @@ export default {
}
this.reload();
this.sort();
} else {
this.request.referenced = "Deleted";
}
})
}