fix(测试跟踪): 测试用例切换其它信息下的tab时控制台报错
This commit is contained in:
parent
62d9382588
commit
f8b6aa07ca
|
@ -177,7 +177,9 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.$refs.table.reloadTable();
|
||||
if (this.$refs.table) {
|
||||
this.$refs.table.reloadTable();
|
||||
}
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue