更新数据

This commit is contained in:
2025-07-07 17:36:07 +08:00
parent f173a1e1f3
commit 105da72904
3 changed files with 75 additions and 56 deletions

View File

@ -313,7 +313,7 @@ const createScroll = () => {
}
};
// 触底加载
// 滚动-触底加载
const loadTable = () => {
emit("changePage",props.tabelModel);
};