test tree
This commit is contained in:
@@ -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
Reference in New Issue
Block a user