This commit is contained in:
2023-06-25 13:36:37 +08:00
parent c00284da01
commit 49d55d5c4c
4 changed files with 4 additions and 4 deletions

View File

@@ -1499,7 +1499,7 @@ const _sfc_main = defineComponent({
endlist.push(i);
}
}
if (!props.page) {
if (!props.page || props.serverpage) {
datalist.value = endlist;
} else {
tableDataSource.value = endlist;