qidian-shared 1.0.24 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12084,7 +12084,7 @@ function useServiceLoadMore({
|
|
|
12084
12084
|
async (params) => {
|
|
12085
12085
|
const res = { list: [], page: 1, total: 0 };
|
|
12086
12086
|
const paginationV = vue.unref(pagination);
|
|
12087
|
-
const currentParams = paginationV ? {
|
|
12087
|
+
const currentParams = paginationV !== false ? {
|
|
12088
12088
|
pageNum: params?.page ?? 1,
|
|
12089
12089
|
pageSize: params?.size ?? paginationV?.pageSize ?? 30
|
|
12090
12090
|
} : void 0;
|