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