File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export default {
4949 }
5050 } ,
5151 selectToggle ( val , node ) {
52- console . log ( 'val:::' , val )
5352 if ( ! this . tree . checkStrictly ) {
5453 const exceptDisabledChecked = node . isExceptDisabledChecked ( )
5554 Object . assign ( node . data , { checked : ! exceptDisabledChecked , exceptDisabledChecked : ! exceptDisabledChecked } )
@@ -64,10 +63,8 @@ export default {
6463 this . tree . $emit ( 'on-checked-change' , { node : node . data , selectedData : this . tree . checkedNodes } )
6564 this . tree . $emit ( 'on-checked-item' , { node : node . data , vNode : this } )
6665 }
67- console . log ( 'this.tree.checkedNodes:::' , this . tree . checkedNodes )
6866 } ,
6967 clickContent ( ) {
70- console . log ( 'clickContent' )
7168 this . tree . handleClickNode ( this )
7269 } ,
7370 handleClickCheckBox ( e ) {
You can’t perform that action at this time.
0 commit comments