fix(接口测试): 修复场景跳转到接口用例详情后再打开其他接口用例,还是会弹出一开始的用例详情的缺陷

--bug=1010155 --user=王孝刚 【接口测试】场景跳转到接口用例详情后再打开其他接口用例,还是会弹出一开始的用例详情
https://www.tapd.cn/55049933/s/1102010
This commit is contained in:
wxg0103 2022-02-08 18:04:02 +08:00 committed by 刘瑞斌
parent dfd459b496
commit f0a2937552
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ export default {
apiCaseClose() {
this.apiCaseList = [];
this.visible = false;
this.$router.replace({path: '/api/definition'});
this.$emit('refresh');
},
refreshModule() {