fix(测试跟踪): 测试用例切换其它信息下的tab时控制台报错

This commit is contained in:
shiziyuan9527 2022-03-25 11:29:06 +08:00 committed by shiziyuan9527
parent cbdb15f261
commit 973d5f05ab
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ export default {
}
}
}
this.$refs.table.reloadTable();
if (this.$refs.table) {
this.$refs.table.reloadTable();
}
});
},
methods: {