test tree
This commit is contained in:
parent
02605d2e98
commit
312e31761d
@ -424,6 +424,8 @@ const _sfc_main = defineComponent({
|
||||
if (!unWatch.value) {
|
||||
loadNodeList();
|
||||
}
|
||||
}, {
|
||||
deep: true
|
||||
});
|
||||
watch(tree, () => {
|
||||
if (initStatus.value) {
|
||||
|
@ -18021,6 +18021,8 @@ const _sfc_main$J = defineComponent({
|
||||
if (!unWatch.value) {
|
||||
loadNodeList();
|
||||
}
|
||||
}, {
|
||||
deep: true
|
||||
});
|
||||
watch(tree, () => {
|
||||
if (initStatus.value) {
|
||||
|
@ -106,6 +106,9 @@ watch(
|
||||
if (!unWatch.value) {
|
||||
loadNodeList();
|
||||
}
|
||||
},
|
||||
{
|
||||
deep: true
|
||||
}
|
||||
);
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user