table console

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

View File

@ -999,6 +999,7 @@ const _sfc_main = defineComponent({
}); });
watch(() => [props.height, props.maxHeight, props.dataSource], () => { watch(() => [props.height, props.maxHeight, props.dataSource], () => {
nextTick(() => { nextTick(() => {
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
getScrollWidth(); getScrollWidth();
}); });
}); });

View File

@ -19417,6 +19417,7 @@ const _sfc_main$D = defineComponent({
}); });
watch(() => [props.height, props.maxHeight, props.dataSource], () => { watch(() => [props.height, props.maxHeight, props.dataSource], () => {
nextTick(() => { nextTick(() => {
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
getScrollWidth(); getScrollWidth();
}); });
}); });

View File

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

File diff suppressed because one or more lines are too long