test tree

This commit is contained in:
2023-05-18 08:25:05 +08:00
parent fd3eb2e065
commit 02605d2e98
4 changed files with 10 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ function handleTitleClick(node: TreeData) {
if (!node.isDisabled) {
emit("node-click", node);
}
if(props.showCheckbox){
node.isChecked = !node.isChecked
}
}
function handleRowClick(node: TreeData) {