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

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