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