test tree

This commit is contained in:
Theluyuan 2023-05-18 08:48:39 +08:00
parent 02605d2e98
commit 312e31761d
4 changed files with 8 additions and 1 deletions

View File

@ -424,6 +424,8 @@ const _sfc_main = defineComponent({
if (!unWatch.value) {
loadNodeList();
}
}, {
deep: true
});
watch(tree, () => {
if (initStatus.value) {

View File

@ -18021,6 +18021,8 @@ const _sfc_main$J = defineComponent({
if (!unWatch.value) {
loadNodeList();
}
}, {
deep: true
});
watch(tree, () => {
if (initStatus.value) {

View File

@ -106,6 +106,9 @@ watch(
if (!unWatch.value) {
loadNodeList();
}
},
{
deep: true
}
);

File diff suppressed because one or more lines are too long