fix: 接口定义测试完成后关闭当前页面再次测试接口 响应内容还是显示上一次的结果 应该清空
This commit is contained in:
parent
056f5cf1a8
commit
896382af99
|
@ -243,7 +243,7 @@
|
||||||
this.api = JSON.parse(JSON.stringify(this.apiData));
|
this.api = JSON.parse(JSON.stringify(this.apiData));
|
||||||
this.api.protocol = this.currentProtocol;
|
this.api.protocol = this.currentProtocol;
|
||||||
this.currentRequest = this.api.request;
|
this.currentRequest = this.api.request;
|
||||||
this.getResult();
|
//this.getResult();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue