delete console.log

This commit is contained in:
liugq 2019-02-13 15:49:31 +08:00
parent 5d0492a917
commit b6845ba586
1 changed files with 0 additions and 2 deletions

View File

@ -143,8 +143,6 @@ export default {
this.isIndeterminate = row.__select this.isIndeterminate = row.__select
}, },
selcetRecursion(row, select, children = 'children') { selcetRecursion(row, select, children = 'children') {
console.log('row', row)
console.log('select', select)
if (select) { if (select) {
this.$set(row, '__expand', true) this.$set(row, '__expand', true)
this.$set(row, '__show', true) this.$set(row, '__show', true)