From ca8ade3bdcca8d4c9fa58ddd42dd0a9a3cd66383 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 23 六月 2026 15:51:32 +0800
Subject: [PATCH] 首页查询所有订单

---
 src/views/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 846390e..5785cbe 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1234,8 +1234,8 @@
     const res = await productionOrderProgress({
       status: orderFilter.value,
       tab: orderFilter.value,
-      pageNum: 1,
-      pageSize: 10,
+      pageNum: -1,
+      pageSize: -1,
     });
     const data = res?.data || {};
     const statusValue = normalizeOrderFilter(data.status, orderFilter.value);

--
Gitblit v1.9.3