From 516d44fbe3a06dd4b44ae0546ae436c16f1c1b32 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Tue, 17 Mar 2026 14:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E6=9D=A1=E6=95=B0=E4=B8=BA15?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index e7c63e2..feb6cc8 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -34,7 +34,7 @@ const tableData = ref([]) const projectList = ref([]) const currentPage = ref(1) -const pageSize = ref(20) +const pageSize = ref(15) const total = ref(0) @@ -293,7 +293,7 @@ onBeforeRouteLeave(