feat: 场景导入接口,选择http协议,会出现其他协议的接口
修复场景导入接口,选择http协议,会出现其他协议的接口的问题
This commit is contained in:
parent
48f9e6a363
commit
8ab5feb852
|
@ -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/';
|
||||
|
|
Loading…
Reference in New Issue