แก่ไข ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-21 10:45:45 +07:00
parent 4c0dd2af29
commit e26e33682d
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();
});