消息推送
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?.map(id => ({id})) || []
|
||||
this.getAllDepts()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user