ui เพิ่มการตรวจสอบข้อมูลกับกรมการปกครอง ในหน้ารายละเอียดผู้สอบบรรจุ

This commit is contained in:
STW_TTTY\stwtt 2024-10-02 12:57:08 +07:00
parent 56ebe0c1ee
commit 282815cf33
8 changed files with 1508 additions and 4 deletions

View file

@ -169,7 +169,7 @@ const isLoad = ref<boolean>(false);
/** ดึงข้อมูล active */
async function getTreeData() {
nodes.value = await fetchStructureTree(route.meta.Key as string);
nodes.value = await fetchStructureTree(route.meta.Key as string,true);
isLoad.value = true;
}