fix(接口测试): 接口定义首页跳转时重置已选择的模块节点
--bug=1010822 --user=宋天阳 【接口测试】github#11132,接口测试首页,覆盖率和未覆盖接口显示有误 https://www.tapd.cn/55049933/s/1112947
This commit is contained in:
parent
f05de94be9
commit
0fe73d02b4
|
@ -364,6 +364,7 @@ export default {
|
|||
};
|
||||
},
|
||||
activated() {
|
||||
this.selectNodeIds = [];
|
||||
let dataRange = this.$route.params.dataSelectRange;
|
||||
if (dataRange && dataRange.length > 0) {
|
||||
this.activeDom = 'middle';
|
||||
|
|
Loading…
Reference in New Issue