test tree
This commit is contained in:
parent
312e31761d
commit
912e04cca7
@ -422,6 +422,7 @@ const _sfc_main = defineComponent({
|
||||
}, { deep: true, immediate: true });
|
||||
watch(() => props.checkedKeys, () => {
|
||||
if (!unWatch.value) {
|
||||
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
||||
loadNodeList();
|
||||
}
|
||||
}, {
|
||||
|
@ -18019,6 +18019,7 @@ const _sfc_main$J = defineComponent({
|
||||
}, { deep: true, immediate: true });
|
||||
watch(() => props.checkedKeys, () => {
|
||||
if (!unWatch.value) {
|
||||
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
||||
loadNodeList();
|
||||
}
|
||||
}, {
|
||||
|
@ -104,6 +104,7 @@ watch(
|
||||
() => props.checkedKeys,
|
||||
() => {
|
||||
if (!unWatch.value) {
|
||||
console.log("重新加载")
|
||||
loadNodeList();
|
||||
}
|
||||
},
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user