diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index dc9174b16..d2590eb12 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -1648,7 +1648,7 @@ watch( () => { const num = profileType.value === "officer" - ? 32 + ? 31 : employeeClass.value === "temp" ? 29 : 31; diff --git a/src/modules/04_registry/components/Salary.vue b/src/modules/04_registry/components/Salary.vue index a32a63b73..9d3005b57 100644 --- a/src/modules/04_registry/components/Salary.vue +++ b/src/modules/04_registry/components/Salary.vue @@ -1299,7 +1299,7 @@ watch(visibleColumns, async (count: String[], prevCount: String[]) => { onMounted(async () => { // await fetchPosition(); - await getPosition(); + // await getPosition(); // await nodeTree(); await fetchData(); });