From 178bf651ce1cebb28b004fe8876cfd501c3aad70 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Sun, 8 Feb 2026 21:03:16 +0800 Subject: [PATCH] sc --- src/pages/distributor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/distributor/index.vue b/src/pages/distributor/index.vue index 02f8dea..2f7bf15 100644 --- a/src/pages/distributor/index.vue +++ b/src/pages/distributor/index.vue @@ -145,7 +145,7 @@ import { onShow } from "@dcloudio/uni-app" const loadDistributorList = async () => { const params = { - page: currentPage.value, + pageNo: currentPage.value, pageSize: pageSize.value, name: searchName.value, phone: searchPhone.value