delete console.log
This commit is contained in:
parent
5d0492a917
commit
b6845ba586
|
@ -143,8 +143,6 @@ export default {
|
|||
this.isIndeterminate = row.__select
|
||||
},
|
||||
selcetRecursion(row, select, children = 'children') {
|
||||
console.log('row', row)
|
||||
console.log('select', select)
|
||||
if (select) {
|
||||
this.$set(row, '__expand', true)
|
||||
this.$set(row, '__show', true)
|
||||
|
|
Loading…
Reference in New Issue