no message
This commit is contained in:
parent
fdda661a3f
commit
d06b0520ba
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ async function fetchDataTree(id: string) {
|
|||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
nodeTree.value = data;
|
||||
// selected.value = "";
|
||||
// nodeId.value = "";
|
||||
selected.value = "";
|
||||
nodeId.value = "";
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue