From ce94a10992c18d24e471be4dac8d356450f75092 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 6 Sep 2022 11:04:38 +0800 Subject: [PATCH] userListIds --- src/project/saas/AppCooperationPropaganda/scopedSelect.vue | 1 + 1 file changed, 1 insertion(+) 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) => {