table console

This commit is contained in:
2023-01-16 09:58:37 +08:00
parent 08dd5a910d
commit cbf10b35d8
4 changed files with 4 additions and 1 deletions

View File

@@ -453,6 +453,7 @@ watch(
() => [props.height, props.maxHeight, props.dataSource],
() => {
nextTick(() => {
console.log("数据变化",scrollWidthCell.value)
getScrollWidth();
});
}