fix(接口测试): 接口定义首页跳转时重置已选择的模块节点

--bug=1010822 --user=宋天阳 【接口测试】github#11132,接口测试首页,覆盖率和未覆盖接口显示有误
https://www.tapd.cn/55049933/s/1112947
This commit is contained in:
song-tianyang 2022-03-03 18:14:33 +08:00 committed by CountryBuilder
parent f05de94be9
commit 0fe73d02b4
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ export default {
};
},
activated() {
this.selectNodeIds = [];
let dataRange = this.$route.params.dataSelectRange;
if (dataRange && dataRange.length > 0) {
this.activeDom = 'middle';