test tree
This commit is contained in:
@@ -103,13 +103,10 @@ watch(
|
||||
watch(
|
||||
() => props.checkedKeys,
|
||||
() => {
|
||||
nextTick(()=>{
|
||||
console.log("重新加载",unWatch.value)
|
||||
if (!unWatch.value) {
|
||||
console.log("重新加载")
|
||||
loadNodeList();
|
||||
}
|
||||
})
|
||||
console.log(tree.value)
|
||||
if (!unWatch.value) {
|
||||
loadNodeList();
|
||||
}
|
||||
},
|
||||
{
|
||||
deep: true
|
||||
|
||||
Reference in New Issue
Block a user