diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue index 91ce7ed4..6e1a0a48 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({type:["department", "user"]}).then(res => { + this.selectEnterpriseContact({fromDepartmentId:0,type:["department", "user"]}).then(res => { this.form.persons = res?.userList || [] }) },