fix(permission):bug fix send id
This commit is contained in:
parent
4d3b18a0d0
commit
ac92e1179e
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ async function fetchDataTree(id: string) {
|
||||||
nodes.value.push(...data);
|
nodes.value.push(...data);
|
||||||
nodes.value[0].orgRevisionId = id;
|
nodes.value[0].orgRevisionId = id;
|
||||||
nodeId.value = nodes.value[0].orgTreeId;
|
nodeId.value = nodes.value[0].orgTreeId;
|
||||||
await fetchDataTable(reqMaster.id, id, reqMaster.type);
|
await fetchDataTable(nodeId.value, id, nodes.value[0].orgLevel);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue