微调
This commit is contained in:
@@ -63,7 +63,7 @@ const timer = setInterval(() => {
|
||||
currentIndex.value++;
|
||||
if (currentIndex.value > 14)
|
||||
currentIndex.value = 0;
|
||||
console.log(currentIndex.value);
|
||||
// console.log(currentIndex.value);
|
||||
|
||||
}, 2000);
|
||||
|
||||
@@ -78,7 +78,7 @@ watch(
|
||||
}
|
||||
);
|
||||
const changeSelect=()=>{
|
||||
console.log(treeRef.value.getCheckedKeys());
|
||||
//console.log(treeRef.value.getCheckedKeys());
|
||||
}
|
||||
const handleNodeClick = (data) => {
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user