mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(测试跟踪): 测试用例切换其它信息下的tab时控制台报错
This commit is contained in:
parent
cbdb15f261
commit
973d5f05ab
@ -177,7 +177,9 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$refs.table.reloadTable();
|
||||
if (this.$refs.table) {
|
||||
this.$refs.table.reloadTable();
|
||||
}
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user