From 6ebe2a625f872f1dddf959910b81e050945a33f9 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Fri, 3 Dec 2021 09:31:31 +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 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 || [] }) },