ปรับการ fetch ข้อมูล tree
This commit is contained in:
parent
c7ea4e0e5b
commit
dd9239ac25
7 changed files with 18 additions and 12 deletions
|
|
@ -47,7 +47,7 @@ async function fetchDataTree(id: string) {
|
|||
// console.log(nodeTree.value);
|
||||
}
|
||||
|
||||
async function fetchDataTable(id: string, level: namber) {
|
||||
async function fetchDataTable(id: string, level: number) {
|
||||
orgLevel.value = level;
|
||||
// isLoad.value = true;
|
||||
// await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue