Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

This commit is contained in:
Warunee Tamkoo 2024-01-10 17:15:25 +07:00
commit 4f0584c415
8 changed files with 9 additions and 60 deletions

View file

@ -25,7 +25,7 @@ function resetFilter() {
getList();
}
}
const statusFilter = ref<string>("ALL");
const statusFilter = ref<string>("NEW");
const currentPage = ref<number>(1);
const maxPage = ref<number>(1);
const page = ref<number>(1);