แก่ไข ทะเบียนประวัติ
This commit is contained in:
parent
4c0dd2af29
commit
e26e33682d
2 changed files with 2 additions and 2 deletions
|
|
@ -1648,7 +1648,7 @@ watch(
|
|||
() => {
|
||||
const num =
|
||||
profileType.value === "officer"
|
||||
? 32
|
||||
? 31
|
||||
: employeeClass.value === "temp"
|
||||
? 29
|
||||
: 31;
|
||||
|
|
|
|||
|
|
@ -1299,7 +1299,7 @@ watch(visibleColumns, async (count: String[], prevCount: String[]) => {
|
|||
|
||||
onMounted(async () => {
|
||||
// await fetchPosition();
|
||||
await getPosition();
|
||||
// await getPosition();
|
||||
// await nodeTree();
|
||||
await fetchData();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue