table watch

This commit is contained in:
Theluyuan 2023-01-16 10:01:19 +08:00
parent cbf10b35d8
commit 8f0cb42c5f
4 changed files with 7 additions and 1 deletions

View File

@ -1002,6 +1002,8 @@ const _sfc_main = defineComponent({
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
getScrollWidth();
});
}, {
deep: true
});
onMounted(() => {
var _a, _b;

View File

@ -19420,6 +19420,8 @@ const _sfc_main$D = defineComponent({
console.log("\u6570\u636E\u53D8\u5316", scrollWidthCell.value);
getScrollWidth();
});
}, {
deep: true
});
onMounted(() => {
var _a2, _b;

View File

@ -456,6 +456,8 @@ watch(
console.log("数据变化",scrollWidthCell.value)
getScrollWidth();
});
},{
deep:true
}
);

File diff suppressed because one or more lines are too long