|
@@ -183,7 +183,11 @@ export default {
|
|
|
// })
|
|
|
this.getAllChildIds(data)
|
|
|
let tempAllChildIds = this.allChildIds
|
|
|
+ // console.log(tempAllChildIds.join(','))
|
|
|
+ // console.log(tempAllChildIds.includes(157))
|
|
|
+ // console.log(checkIds)
|
|
|
checkIds.map((id, index) => {
|
|
|
+ // console.log(tempAllChildIds.includes(id))
|
|
|
if(!tempAllChildIds.includes(id)) {
|
|
|
checkIds.splice(index, 1)
|
|
|
}
|