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

This commit is contained in:
Warunee Tamkoo 2024-02-21 10:48:11 +07:00
commit 8d97122c45
2 changed files with 2 additions and 2 deletions

View file

@ -1648,7 +1648,7 @@ watch(
() => {
const num =
profileType.value === "officer"
? 32
? 31
: employeeClass.value === "temp"
? 29
: 31;

View file

@ -1299,7 +1299,7 @@ watch(visibleColumns, async (count: String[], prevCount: String[]) => {
onMounted(async () => {
// await fetchPosition();
await getPosition();
// await getPosition();
// await nodeTree();
await fetchData();
});