delete console.log
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user