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 }) }