BUG 30269
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.selected = this.$route.query.selected?.map(id => ({id})) || []
|
||||
this.selected = [this.$route.query.selected].flat().filter(e => !!e)?.map(id => ({id})) || []
|
||||
this.getAllDepts()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user