This commit is contained in:
liuye
2022-06-27 17:12:56 +08:00
parent 8a5c639806
commit 849e6c88c5

View File

@@ -91,7 +91,7 @@ export default {
params: {departmentId, status: 1, cid: corpId} params: {departmentId, status: 1, cid: corpId}
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {
this.userList = res.data.map(e => ({...e, isChecked: this.isSelected(e.id)})) this.userList = res.data.map(e => ({...e, isChecked: this.isSelected(e.id, e.corpId)}))
} }
}) })
}, },