fix(测试跟踪): 用例评审页面刷新表格显示错位

--bug=1011559 --user=陈建星 【测试跟踪】-用例评审,首次进入/刷新该页面 下拉框显示错位 https://www.tapd.cn/55049933/s/1177261
This commit is contained in:
chenjianxing 2022-06-09 11:35:28 +08:00 committed by f2c-ci-robot[bot]
parent 1e3d154789
commit f99ccb2c3c
1 changed files with 0 additions and 3 deletions

View File

@ -375,9 +375,6 @@ export default {
if (callback && typeof callback === "function") {
callback();
}
setTimeout(() => {
this.$refs.table.reloadTable()
}, 200);
});
this.getNexPageData();
}