From 9b6d47c9c42c6e44a3bf3df295bb8ac13684ed1b Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 18 Aug 2025 20:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9C=AC=E5=9C=B0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pitchPrice/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/pitchPrice/index.vue b/src/views/pitchPrice/index.vue index 52d1933..bfa8917 100644 --- a/src/views/pitchPrice/index.vue +++ b/src/views/pitchPrice/index.vue @@ -145,10 +145,7 @@ const data = reactive({ const { queryParams, form, rules } = toRefs(data) const getSupplierList = () => { - listBusSupplier({ - pageIndex: 1, - pageSize: 10, - }).then(res => { + listBusSupplier({}).then(res => { supplierList.value = res.data }) }