diff --git a/src/project/saas/AppCooperationPropaganda/scopedSelect.vue b/src/project/saas/AppCooperationPropaganda/scopedSelect.vue index 101c5813..206c04f5 100644 --- a/src/project/saas/AppCooperationPropaganda/scopedSelect.vue +++ b/src/project/saas/AppCooperationPropaganda/scopedSelect.vue @@ -85,6 +85,7 @@ export default { }).then((res)=>{ if(res?.userList) { this.userListIds = res.userList.map(e => e.id) + console.log(this.userListIds,'userListIds'); } } ).catch((err) => {