fix table page

This commit is contained in:
2023-05-29 13:37:47 +08:00
parent c2027a8665
commit d9127dfd42
4 changed files with 4 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ watch(
{ deep: true, immediate: true }
);
watch(tableDataSource, () => {
if (!props.page) {
if (!props.page || props.serverpage) {
datalist.value = tableDataSource.value;
} else {
// props.page.count = tableDataSource.value.length