消息推送

This commit is contained in:
liuye
2022-06-16 17:49:13 +08:00
parent 709078a935
commit e57b338560
2 changed files with 14 additions and 10 deletions

View File

@@ -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: {