กำหนดสิทธิ์จัดการโครงสร้าง
This commit is contained in:
parent
7881c9e2ef
commit
2597b4b344
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ async function fatchOrg() {
|
|||
nodeTree.value = data;
|
||||
if (data.length === 1) {
|
||||
selectedOrg(data[0].id);
|
||||
} else {
|
||||
} else if (data.length > 1) {
|
||||
await fetchListPerson(); // ดึงข้อมูลรายชื่อคนที่มีสิทธิ์จัดการโครงสร้าง
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue