test tree
This commit is contained in:
parent
912e04cca7
commit
53e1658503
@ -421,6 +421,7 @@ const _sfc_main = defineComponent({
|
|||||||
loadNodeList();
|
loadNodeList();
|
||||||
}, { deep: true, immediate: true });
|
}, { deep: true, immediate: true });
|
||||||
watch(() => props.checkedKeys, () => {
|
watch(() => props.checkedKeys, () => {
|
||||||
|
console.log("\u91CD\u65B0\u52A0\u8F7D", unWatch.value);
|
||||||
if (!unWatch.value) {
|
if (!unWatch.value) {
|
||||||
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
||||||
loadNodeList();
|
loadNodeList();
|
||||||
|
@ -18018,6 +18018,7 @@ const _sfc_main$J = defineComponent({
|
|||||||
loadNodeList();
|
loadNodeList();
|
||||||
}, { deep: true, immediate: true });
|
}, { deep: true, immediate: true });
|
||||||
watch(() => props.checkedKeys, () => {
|
watch(() => props.checkedKeys, () => {
|
||||||
|
console.log("\u91CD\u65B0\u52A0\u8F7D", unWatch.value);
|
||||||
if (!unWatch.value) {
|
if (!unWatch.value) {
|
||||||
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
console.log("\u91CD\u65B0\u52A0\u8F7D");
|
||||||
loadNodeList();
|
loadNodeList();
|
||||||
|
@ -103,6 +103,7 @@ watch(
|
|||||||
watch(
|
watch(
|
||||||
() => props.checkedKeys,
|
() => props.checkedKeys,
|
||||||
() => {
|
() => {
|
||||||
|
console.log("重新加载",unWatch.value)
|
||||||
if (!unWatch.value) {
|
if (!unWatch.value) {
|
||||||
console.log("重新加载")
|
console.log("重新加载")
|
||||||
loadNodeList();
|
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