BUG 30269
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
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()
|
this.getAllDepts()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user