feat: 场景导入接口,选择http协议,会出现其他协议的接口

修复场景导入接口,选择http协议,会出现其他协议的接口的问题
This commit is contained in:
song.tianyang 2021-01-27 19:40:19 +08:00
parent 48f9e6a363
commit 8ab5feb852
1 changed files with 3 additions and 0 deletions

View File

@ -193,7 +193,10 @@ export default {
}
if (this.currentProtocol != null) {
this.condition.protocol = this.currentProtocol;
}else{
this.condition.protocol = "HTTP";
}
let url = '/api/definition/list/';
if (this.isTestPlan) {
url = '/api/definition/list/relevance/';