diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 21e2cfb2..623d266e 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -203,10 +203,10 @@ const totalProductAndService = ref(0); // แบ่งหน้า const currentPageGroup = ref(1); const maxPageGroup = ref(1); -const pageSizeGroup = ref(2); +const pageSizeGroup = ref(30); const currentPageType = ref(1); const maxPageType = ref(1); -const pageSizeType = ref(2); +const pageSizeType = ref(30); // เก็บ id ที่เข้ามา const currentId = ref('');