refactor code

This commit is contained in:
STW_TTTY\stwtt 2024-07-23 11:23:50 +07:00
parent 134af49f25
commit 8c60bf0a3e
9 changed files with 17 additions and 27 deletions

View file

@ -14,7 +14,6 @@ const props = defineProps({
});
const maxPage = ref<number>(1);
const formFilter = reactive<FormFilter>({
page: 1,
pageSize: 20,