fix(接口测试): 修复场景跳转到接口用例详情后再打开其他接口用例,还是会弹出一开始的用例详情的缺陷
--bug=1010155 --user=王孝刚 【接口测试】场景跳转到接口用例详情后再打开其他接口用例,还是会弹出一开始的用例详情 https://www.tapd.cn/55049933/s/1102010
This commit is contained in:
parent
dfd459b496
commit
f0a2937552
|
@ -212,6 +212,7 @@ export default {
|
|||
apiCaseClose() {
|
||||
this.apiCaseList = [];
|
||||
this.visible = false;
|
||||
this.$router.replace({path: '/api/definition'});
|
||||
this.$emit('refresh');
|
||||
},
|
||||
refreshModule() {
|
||||
|
|
Loading…
Reference in New Issue