BUG 30141

This commit is contained in:
aixianling
2022-06-10 17:26:55 +08:00
parent d4732746bd
commit 0ed929cfaf

View File

@@ -99,7 +99,7 @@ export default {
}
})
} else {
this.treeList = this.allData.filter(e => !e.parentGirdId || this.isMyGirds)
this.treeList = this.allData.filter(e => !e.parentGirdId || this.isMyGirds || e.id == this.user.girdId)
this.treeList.map((item) => item.isChecked = this.selected.includes(item.id))
let obj = {girdName: '可选范围', id: ''}
this.slectList.push(obj)