diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue index 921f88c1..e1207d7e 100644 --- a/src/apps/AppNotification/components/add.vue +++ b/src/apps/AppNotification/components/add.vue @@ -121,7 +121,7 @@ methods: { ...mapActions(['selectEnterpriseContact']), handleSelectUser() { - this.selectEnterpriseContact().then(res => { + this.selectEnterpriseContact({type:["department", "user"]}).then(res => { this.form.persons = res?.userList || [] }) },