test tree
This commit is contained in:
11
lib/index.js
11
lib/index.js
@@ -18018,13 +18018,10 @@ const _sfc_main$J = defineComponent({
|
||||
loadNodeList();
|
||||
}, { deep: true, immediate: true });
|
||||
watch(() => props.checkedKeys, () => {
|
||||
nextTick(() => {
|
||||
console.log("\u91CD\u65B0\u52A0\u8F7D", unWatch.value);
|
||||
if (!unWatch.value) {
|
||||
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
||||
loadNodeList();
|
||||
}
|
||||
});
|
||||
console.log(tree.value);
|
||||
if (!unWatch.value) {
|
||||
loadNodeList();
|
||||
}
|
||||
}, {
|
||||
deep: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user