fix: 接口定义测试完成后关闭当前页面再次测试接口 响应内容还是显示上一次的结果 应该清空

This commit is contained in:
wenyann 2021-06-09 18:29:46 +08:00 committed by 刘瑞斌
parent 056f5cf1a8
commit 896382af99
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@
this.api = JSON.parse(JSON.stringify(this.apiData));
this.api.protocol = this.currentProtocol;
this.currentRequest = this.api.request;
this.getResult();
//this.getResult();
}
}
</script>