We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58390aa commit ecb0f9eCopy full SHA for ecb0f9e
src/components/Tree/TreeNodeContent.js
@@ -49,7 +49,6 @@ export default {
49
}
50
},
51
selectToggle (val, node) {
52
- console.log('val:::', val)
53
if (!this.tree.checkStrictly) {
54
const exceptDisabledChecked = node.isExceptDisabledChecked()
55
Object.assign(node.data, { checked: !exceptDisabledChecked, exceptDisabledChecked: !exceptDisabledChecked })
@@ -64,7 +63,6 @@ export default {
64
63
this.tree.$emit('on-checked-change', { node: node.data, selectedData: this.tree.checkedNodes })
65
this.tree.$emit('on-checked-item', { node: node.data, vNode: this })
66
67
- console.log('this.tree.checkedNodes:::', this.tree.checkedNodes)
68
69
clickContent () {
70
console.log('clickContent')
0 commit comments