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

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