mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-07 18:39:47 +08:00
delete console.log
This commit is contained in:
parent
5d0492a917
commit
b6845ba586
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user