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