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