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: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue