BUG 30271
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.selected = [this.$route.query.selected].flat().filter(e => !!e)?.map(id => ({id})) || []
|
||||
this.selected = [this.$route.query.selected].flat().filter(e => !!e)?.map(id => ({id, kind: /^\d{1,5}}$/.test(id) ? 'dept' : 'user'})) || []
|
||||
this.getAllDepts()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user