Merge branch 'nice_dev' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-21 10:46:09 +07:00
commit 447d22d9d0
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();
});