From 71a73477dbe32625d42d273033627f25e95b8769 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 6 Sep 2022 11:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E9=80=89=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCooperationPropaganda/scopedSelect.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/scopedSelect.vue b/src/project/saas/AppCooperationPropaganda/scopedSelect.vue index 2cdc7229..c5ab9883 100644 --- a/src/project/saas/AppCooperationPropaganda/scopedSelect.vue +++ b/src/project/saas/AppCooperationPropaganda/scopedSelect.vue @@ -81,10 +81,10 @@ export default { fromDepartmentId: 0, mode: "multi", type: ["user"], - selectedUserIds: this.userList?.map(e => e.id) + selectedUserIds: this.userListIds?.map(e => e.id) }).then((res)=>{ if(res?.userList) { - this.userListIds = res.userList.map(e => e.id) + this.userListIds = res.userList console.log(this.userListIds,'userListIds'); } }