ui เพิ่มการตรวจสอบข้อมูลกับกรมการปกครอง ในหน้ารายละเอียดผู้สอบบรรจุ
This commit is contained in:
parent
56ebe0c1ee
commit
282815cf33
8 changed files with 1508 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue