|
|
@@ -254,6 +254,7 @@ export default {
|
|
|
} else initCheckStatus = parentItem.checkStatus == 2 ? 2 : 0
|
|
|
}
|
|
|
list.forEach(item => {
|
|
|
+
|
|
|
let isLastLevel = true
|
|
|
if (item && item[this.childrenKey]) {
|
|
|
let children = item[this.childrenKey]
|
|
|
@@ -447,7 +448,7 @@ export default {
|
|
|
this.treeList[i].checkStatus = v.orCheckStatus
|
|
|
})
|
|
|
},
|
|
|
- _initTree () {
|
|
|
+ _initTree () {v,
|
|
|
this.treeList = []
|
|
|
this._formatTreeData(this.localdata)
|
|
|
}
|