refactor code
This commit is contained in:
parent
134af49f25
commit
8c60bf0a3e
9 changed files with 17 additions and 27 deletions
|
|
@ -14,7 +14,6 @@ const props = defineProps({
|
|||
});
|
||||
|
||||
const maxPage = ref<number>(1);
|
||||
|
||||
const formFilter = reactive<FormFilter>({
|
||||
page: 1,
|
||||
pageSize: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue