From ac6b00981590c71531631fefd88555895de9459e Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Tue, 30 Nov 2021 14:58:04 +0800 Subject: [PATCH] 25130 --- src/apps/AppNotification/components/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || [] }) },