fix: แก้ pageSize

This commit is contained in:
Net 2024-06-26 13:12:41 +07:00
parent d464b1fcbb
commit 07d72751d8

View file

@ -203,10 +203,10 @@ const totalProductAndService = ref<number>(0);
// //
const currentPageGroup = ref<number>(1); const currentPageGroup = ref<number>(1);
const maxPageGroup = ref<number>(1); const maxPageGroup = ref<number>(1);
const pageSizeGroup = ref<number>(2); const pageSizeGroup = ref<number>(30);
const currentPageType = ref<number>(1); const currentPageType = ref<number>(1);
const maxPageType = ref<number>(1); const maxPageType = ref<number>(1);
const pageSizeType = ref<number>(2); const pageSizeType = ref<number>(30);
// id // id
const currentId = ref<string>(''); const currentId = ref<string>('');