From a1f1e5800c30c2abf5b40d646ec7ddd1a07002a8 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 22 Dec 2025 05:05:52 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=88=AB=E8=AF=B7=E6=B1=82=E7=9A=84=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=EF=BC=8C=E9=99=90=E5=88=B6=E4=B8=BA200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rwa/product/components/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/rwa/product/components/add.vue b/src/views/rwa/product/components/add.vue index 1cd186d..980633b 100644 --- a/src/views/rwa/product/components/add.vue +++ b/src/views/rwa/product/components/add.vue @@ -15,7 +15,7 @@ const { data } = safeClient( client.api.admin.rwa.category.categories.get({ query: { pageIndex: 1, - pageSize: 9999 + pageSize: 200 } }) );