From e26e33682d353403fd3f90b5c9cdf17917a48335 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 21 Feb 2024 10:45:45 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=88=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95?= =?UTF-8?q?=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Profile.vue | 2 +- src/modules/04_registry/components/Salary.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); });