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'); } }